Login fails immediately
Permalink
I tried enabling Log In with Email, then disabled this.
Since then I can only log in if I tick "Remain logged in to website."
If I don't tick this, the site redirects correctly to the Welcome page I created but remains logged out. There are no error messages thrown and the log in seems to accept my credentials but immediately loses the login.
Could this be to do with Sessions?
Someone please help!
Since then I can only log in if I tick "Remain logged in to website."
If I don't tick this, the site redirects correctly to the Welcome page I created but remains logged out. There are no error messages thrown and the log in seems to accept my credentials but immediately loses the login.
Could this be to do with Sessions?
Someone please help!
I had a custom event handler in place to redirect after log in.
I had added some extra user attributes that were required that the custom after-login handler was failing to handle.
I removed the custom event handler and the system asked me for the missing data when I tried to log in - now everything is fine :)