Hi all,
I enabled SSO accidentally and logged off, now I can’t log back in. How can I reset this setting without being logged in?
Thanks!
Hi all,
I enabled SSO accidentally and logged off, now I can’t log back in. How can I reset this setting without being logged in?
Thanks!
You can ssh into the server or db and update the setting I’m sure, or run rails console and update the model property.
./launcher enter app
rails c
irb > SiteSetting.enable_sso = false
irb > exit
exit