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.
Disable ability to change username?
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.
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.
0
Comments
$Configuration['Garden']['UserAccount']['AllowEdit'] = TRUE; // Allow users to edit their account information? (SSO requires accounts be edited in external system).