Download & Extend

settings for which roles we want to change the user name

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

nobody click here