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
Steps to Reproduce
Currently when we register as a new user, we are required to verify our email as a prerequisite in order to proceed with the registration flow.
Current behavior
Currently, we are only able to send the verification email once. Which for some reason if is missed/deleted/lost. There is no provision to resent the verification email link.
We get a error when trying to send verification link:
Expected behavior
There should be a resend verifcation link functionality where in we can have a max number of tries. If not maxed out we should be able to resent verification email by displaying something like a resend verification link? displayed
How can this be achieved?
As per the response updated after adding provision from backend we can handle the display of an additional button accordingly
As per configuration we should be able resend email for max number of times and throw a contact administrator or max verification link sent error.
The text was updated successfully, but these errors were encountered:
However, before we make changes on the frontend, we would want to introduce this feature on the backend. You can see the parent issue
You can start by creating a draft PR
Steps to Reproduce
Currently when we register as a new user, we are required to verify our email as a prerequisite in order to proceed with the registration flow.
Current behavior
Currently, we are only able to send the verification email once. Which for some reason if is missed/deleted/lost. There is no provision to resent the verification email link.
We get a error when trying to send verification link:
Expected behavior
There should be a resend verifcation link functionality where in we can have a max number of tries. If not maxed out we should be able to resent verification email by displaying something like a
resend verification link?
displayedHow can this be achieved?
The text was updated successfully, but these errors were encountered: