Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] Allow user to change username when registered by 'Add User' ?

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?