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

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

Comments

  • LincLinc Detroit Admin
    edited January 2019

    Set these to false in your config: Garden.Profile.EditUsernames, and Garden.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';

  • LincLinc Detroit Admin

    Don’t quote the false.

Sign In or Register to comment.