Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

[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:

Best Answer

  • camocamo newb
    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.