Admin can't login if there are two admin accounts w/ the same email address #295
Labels
2021
needs more information
Tasks that need more information from the requester before they are worked
Attendee had multiple registrations under the same email address but w/ different case (s vs S). Both registrations ended up w/ admin account. Throws a 500 error if they try to log in, talks about one() and getting multiple hits. It appears that applying an admin account is case insensitive wrt email (or possibly it searches on names). The login was definitely case-insensitive wrt email and thus got two accounts where it wanted one (I didn't capture the exact error text). Since there's no way to remove an admin account, I had to delete the incorrect admin from the DB.
The text was updated successfully, but these errors were encountered: