coto / gae-boilerplate

Google App Engine Boilerplate
https://dev-dot-sandengine.appspot.com/
Other
684 stars 187 forks source link

Email change doesn't update Unique model #239

Open ronw23 opened 11 years ago

ronw23 commented 11 years ago

The email change functionality does not delete/create Unique models for the changed email. The effect of this is that you can have multiple accounts per email address:

  1. User1 signs up with user1@example.com and validates
  2. User1 changes email to user2@example.com and validates
  3. User2 comes along and is able to sign up with user2@example.com as email, though not user1@example.com