MantisBT: master 8575f67f

Author Committer Branch Timestamp Parent
dregad dregad master 2023-09-16 09:41 master dd44ea55
Affected Issues  0032787: Facilitate identification of user accounts sharing the same email
Changeset

New user_get_duplicate_emails() function

Move the logic to identify duplicate e-mails used in the admin check to
user_api.php.

This allows a global approach to check for duplicate e-mail addresses,
which is more efficient than calling user_is_email_unique() many times
on a given page.

Issue 0032787

mod - admin/check/check_email_inc.php Diff File
mod - core/user_api.php Diff File