MantisBT: master bf7a3c22

Author Committer Branch Timestamp Parent
dregad dregad master 2023-07-26 17:22 master 94908539
Affected Issues  0032787: Facilitate identification of user accounts sharing the same email
Changeset

Identify duplicated email addresses

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 helps the admin identify offending accounts by displaying

  • a warning sign next to the email address on Manage Accounts page
  • warning + info message on Account Edit pages (both account_page.php
    and manage_user_edit_page.php)

Fixes 0032787

mod - account_page.php Diff File
mod - lang/strings_english.txt Diff File
mod - manage_user_edit_page.php Diff File
mod - manage_user_page.php Diff File