lingthio / Flask-User

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
http://flask-user.readthedocs.io/
MIT License
1.06k stars 292 forks source link

When logging in, the page reloads instead of redirects. #233

Closed jackmerrill closed 6 years ago

jackmerrill commented 6 years ago

When I am trying to login to my website, it just reloads the page, instead of redirecting to the page it should go to, using @login_required. The only output is: 127.0.0.1 - - [19/Sep/2018 14:07:22] "POST /user/sign-in HTTP/1.1" 302 - 127.0.0.1 - - [19/Sep/2018 14:07:22] "GET /user/sign-in HTTP/1.1" 200 - Is this an issue with my code, or the library (using v1.0)? Thanks!

jackmerrill commented 6 years ago

Now it is with both logging in and signing up.

jackmerrill commented 6 years ago

Nevermind, I just hadn't verified my email 😂 Case closed.