Autologin After Verifying not on account creation #281
donnelly-consulting
started this conversation in
General
Replies: 1 comment
-
Autologin behavior after account verification is controlled by the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've disabled autologin on account creation using create_account_autologin? false. But i do need autologin after account verification. So in rodauth_main.rb I have
after_verify_account do autologin_session('verify_account') end
but it doesn't login the user in - any ideas?Beta Was this translation helpful? Give feedback.
All reactions