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
Currently, a user can change the email address without any verification on our side. As per standard internet way of doing things, we need to enforce 2 verifications:
When a user attempt to change his email, we need to ask for his current password, the same way we ask for the current password when changing password. That will protect the user from someone changing his email address if he left his session open unattended.
When a user successfully submitted a new email address, we need to send a verification link to the new email address. Until the new address is validated, we still continue to use the old one.
The text was updated successfully, but these errors were encountered:
Currently, a user can change the email address without any verification on our side. As per standard internet way of doing things, we need to enforce 2 verifications:
The text was updated successfully, but these errors were encountered: