JonathanGarro / SIMS-Portal

IFRC Surge Information Management Support Portal
4 stars 4 forks source link

Add email conflict validation on profile edit #60

Closed JonathanGarro closed 1 year ago

JonathanGarro commented 1 year ago

Implement similar logic as the registration route that checks for existing emails before accepting the user input. Trying to change your email to one that is already associated with someone does throw an error in werkzeug but it should give the end user a more legible error via Flash()

JonathanGarro commented 1 year ago

Fixed in 1.4.4.