MantisBT: master 3a87f5d9

Author Committer Branch Timestamp Parent
dregad dregad master 2023-05-27 10:59 master d6681928
Affected Issues  0032787: Facilitate identification of user accounts sharing the same email
Changeset

Add admin check to detect duplicate e-mails

When email_ensure_unique = ON, it is an error to have multiple user
accounts with the same email address in the database, which can happen
when this config's value is changed from OFF to ON.

This check facilitates identification of the offending accounts, helping
admins to fix them.

When email_ensure_unique = OFF, duplicates are shown as a warning, so
admins can anticipate problems when planning a switch to unique emails.

Fixes 0032787

mod - admin/check/check_email_inc.php Diff File