I tried to delete the SSO via SSH, but it’s not working.
I tried to use this command:
Reference:
root@ser3:~# cd /var/discourse
root@ser3:/var/discourse# ./launcher enter app
x86_64 arch detected.
root@ser3-app:/var/www/discourse# rails c
[1] pry(main)> irb > SiteSetting.enable_sso = false
NameError: undefined local variable or method `irb' for main:Object
from (pry):1:in `__pry__'
[2] pry(main)>
Unfortunately, logging in through admin-login doesn’t work as we had an issue with outgoing emails.
Can somebody guide me on which commands I have to use to disable the SSO through SSH, please?