You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2021. It is now read-only.
Into init.rb file, there should not be quotes into the value of the enabled section
settings :default => { 'enabled' => **'true'**, 'label_login_with_saml' => '', 'replace_redmine_login' => false }
'true'
should betrue
Otherwise it is not evaluated (try to make it false to see)
The text was updated successfully, but these errors were encountered: