infinite redirecting loop
Closed this issue · 2 comments
bluevibe commented
The value of config['auth_login'] is used for both failed and successful logins.
So, if you try to access some controller without being authenticated for it , you're redirected to config['auth_login'], but naturally, you're not authenticated for that either, so it redirects you .. to config['auth_login']. and so forth.
adamgriffiths commented
Thanks for letting me know. I'm fixing this right now.
adamgriffiths commented
Fixed redirect error on unsuccessful login closed by 5d6b8e8