open-ecommerce-api / store-engine

An ecommerce backend-API created using Django and DRF (Django Rest Framework).
GNU General Public License v3.0
13 stars 10 forks source link

User changes his email address #98

Open zamaniamin opened 1 year ago

zamaniamin commented 1 year ago

After the user changes his email, no validation is done on the new email. After requesting a new email and before changing the old email, an activation link must be sent to the new email. After clicking on the link, the new email will be replaced with the old email.