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.
Options

[Solved] Allow user to change username when registered by 'Add User' ?

camocamo New
edited October 2011 in Vanilla 2.0 - 2.8
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:

Best Answer

  • Options
    camocamo New
    edited October 2011 Answer ✓
    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?

Answers

  • Options
    camocamo New
    edited October 2011 Answer ✓
    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?
Sign In or Register to comment.