chrodriguez / redmine_omniauth_saml

Plugins that adds SAML authentication support for "Redmine"
GNU General Public License v2.0
38 stars 57 forks source link

Plugin activation useless due tu quotes #41

Open Loustik opened 5 years ago

Loustik commented 5 years ago

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 be true

Otherwise it is not evaluated (try to make it false to see)