Posted by kenorb on February 26, 2009 at 12:54pm
2 followers
Jump to:
| Project: | Email Registration |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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:
<?php
function email_registration_user($op, &$edit, &$account, $category = NULL) {
if ($edit['type'] == 'my_type') {
switch ($op) {
...
?>
Comments
#1
#330925: Optionally update user names when a user is edited.