-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'disable-saml-account-unlink' into 'master'
Disable the unlink feature for SAML connected accounts (social login). This disables the ability to manually unlink your SAML account, if you have one connected. In certain scenarios, the only allowed login mechanism can be SAML, and if you unlink your account you will be locked out of the system (configuration dependent). Fixes #18613 See merge request !4662
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/profiles/accounts_controller.rb 1 addition, 1 deletionapp/controllers/profiles/accounts_controller.rb
- app/views/profiles/accounts/show.html.haml 7 additions, 3 deletionsapp/views/profiles/accounts/show.html.haml
- spec/controllers/profiles/accounts_controller_spec.rb 26 additions, 0 deletionsspec/controllers/profiles/accounts_controller_spec.rb
Please register or sign in to comment