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

Disable ability to change username?

edited January 2011 in Vanilla 2.0 - 2.8
Is there a simple way to stop users from changing their username? I'm using proxyconnect to handle my login and users and only want them to be able to make changes through my custom cms, which also update the vanilla db.

I'd like to point the "Edit My Account" link to my settings page of my cms as well as completely remove this option. Thanks.

Comments

  • Options
    SOLVED. I found this in the config file:

    $Configuration['Garden']['UserAccount']['AllowEdit'] = TRUE; // Allow users to edit their account information? (SSO requires accounts be edited in external system).
Sign In or Register to comment.