AndrewHocking / DanceConnect

MIT License
0 stars 0 forks source link

UNIQUE constraint on login email is broken and crashes in a specific serries of interactions #96

Closed ryan-pelchat closed 6 months ago

ryan-pelchat commented 6 months ago

Due to bug #76 if you create do the following in this order you will break the UNIQUE constraint for account email.

  1. create an account
  2. update your profile and save
  3. logout
  4. create another account using same email and username
  5. try to update your profile and it'll crash