-
- Downloads
Add option to disable username changing
This option allows to disable users from changing their username. This is very usefull in environments using strong internal authentication methods like ldap, pam or shibboleth. You can allow users to change theyr username in these environments, but then new users (users loging in first time) is blocked from gitlab is her username exists.
parent
04186e97
No related branches found
No related tags found
Showing
- app/controllers/profiles_controller.rb 3 additions, 1 deletionapp/controllers/profiles_controller.rb
- app/models/user.rb 4 additions, 0 deletionsapp/models/user.rb
- app/views/profiles/account.html.haml 25 additions, 24 deletionsapp/views/profiles/account.html.haml
- config/gitlab.yml.example 1 addition, 0 deletionsconfig/gitlab.yml.example
- config/initializers/1_settings.rb 1 addition, 0 deletionsconfig/initializers/1_settings.rb
Please register or sign in to comment