[Solved] Allow user to change username when registered by 'Add User' ?
camo
New
Any way to allow users to change their username when you register them using 'Add User' in dashboard? because name is required', you cant leave name field blank. ???
Tagged:
0
Best Answer
-
camo
New
Found Solution as follows:
/applications/dashboard/settings/configuration.php
change
$Configuration['Garden']['Profile']['EditUsernames'] = FALSE;
to
$Configuration['Garden']['Profile']['EditUsernames'] = TRUE;
Note: after changing username as a member and clicking save, got 404 error
but the save/change was succesful.
Any fix for the 404?0
Answers
/applications/dashboard/settings/configuration.php
change
$Configuration['Garden']['Profile']['EditUsernames'] = FALSE;
to
$Configuration['Garden']['Profile']['EditUsernames'] = TRUE;
Note: after changing username as a member and clicking save, got 404 error
but the save/change was succesful.
Any fix for the 404?