Closed inhinias closed 5 years ago
Found the culprit to this issue: passwords.py, addPassword There the "new" email gets encrypted and compared against all the other enc emails. This will always return false because of the salted encryption!
This issue has been resolved with the change to a dedicated email table. It is no longer present
Updating a password causes a false positive for the email not being in the email list. This results in duplicates within the list every time something is updated.