You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After registration, verification mail is sent to the user in his mailbox, but he is able to log in without confirming his email address.
Let's change that - if a user wants to log in to his account (if his mail is not verified), he will be redirected to the page to resend verification mail, and a reminder that in order to login he needs to verify it.
The text was updated successfully, but these errors were encountered:
* Add verified middleware
* Add resend verification mail and must verify mail to access user dashboard
* Fix code style
* Add tests for unverifiedUser
* Apply suggestions from code review
Co-authored-by: Kamil Piech <[email protected]>
* Fix misspelled word
* Add redirect to home page if user tries to verify email via mail and is not logged in.
Add automatic log in after registration
---------
Co-authored-by: Kamil Piech <[email protected]>
After registration, verification mail is sent to the user in his mailbox, but he is able to log in without confirming his email address.
Let's change that - if a user wants to log in to his account (if his mail is not verified), he will be redirected to the page to resend verification mail, and a reminder that in order to login he needs to verify it.
The text was updated successfully, but these errors were encountered: