Closed rudemex closed 3 months ago
@rudemex curious to know if you configured smtp server or not? If not email validation does not work
hi @lakhansamani , yes, do the smtp configuration with resend, but never verify the email, as there may be a case that the account is never verified via email.
Thank you for sharing I will look into this issue
I was able to debug this. It is more of a UI bug. I am fixing it
@rudemex resolved in 1.4.4
Version: 1.4.3
Describe the bug
I have Authorizer configured to register user and require email validation, after registering I try to log in with a wrong password, it logs in anyway returning the message “Please check email inbox for the OTP”.
Steps To Reproduce
1- Have Authorizer configured to register user and require email validation. 2- Register a user in http://localhost/app/signup and do not validate by email. 3- Login to http://localhost/app using the previously registered email, but using a wrong password.
Expected behavior
You should not log in, even if the email is not verified, you should validate if the password is correct or not, if it is correct, return the message to validate the email, and if it is incorrect, notify that the data is not correct.
Screenshots
Desktop (please complete the following information):
Additional context