Closed (duplicate)
Project:
Email Registration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2009 at 12:54 UTC
Updated:
9 Jun 2009 at 00:37 UTC
There should be some settings for which roles we want to change the user name.
At the moment I've to hardcode it into code, like:
function email_registration_user($op, &$edit, &$account, $category = NULL) {
if ($edit['type'] == 'my_type') {
switch ($op) {
...
Comments
Comment #1
greggles#330925: Optionally update user names when a user is edited.