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 the username and password field 2.6.4
Noirkai
New
I have been searching for a way to disable the username and password fields on edit profile because I am using a single sign on. I seen something about the profile controller but not sure what to do... also I wanted to add text above the word username to say handled by single sign in
0
Comments
Set these to
false
in your config:Garden.Profile.EditUsernames
, andGarden.Profile.EditEmails
.@Linc thanks for the reply but those are not in the config file 😥
I tried the following but still able to edit usernames and emails
$Configuration['Garden']['Profile']['EditUsernames'] = 'false';
$Configuration['Garden']['Profile']['EditEmails'] = 'false';
Don’t quote the false.