Open Loustik opened 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
'true'
true
Otherwise it is not evaluated (try to make it false to see)
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)