This is a continuation of the above topic. I feel the ‘answer’ isn’t sufficient. It claims there is already a fallback… but the fallback method won’t work if outgoing email isn’t working. What happens then? Is there a rails command to turn password login back on? Thanks!
went through the code and figured it out…
turn on password login:
zammad run rails r “Setting.set(‘user_show_password_login’, true)”
turn off password login:
zammad run rails r “Setting.set(‘user_show_password_login’, false)”
2 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.