MantisBT: master 7ffc863d

Author Committer Branch Timestamp Parent
atrol dregad master 2023-10-14 14:38 master dd34193c
Affected Issues  0032787: Facilitate identification of user accounts sharing the same email
 0033012: Don't abort Admin Checks after first failure unless it's critical
Changeset

Continue admin checks after failed email checks

Issue 0032787 introduces a new check for email addresses that can be hard
and time-consuming to fix when failing.

This change allows to run the remaining tests even if the email check
failed.

Signed-off-by: Damien Regad dregad@mantisbt.org

This is a temporary workaround that should be reverted when implementing
the fix for Issue 0033012. A @TODO comment was added in the code as a
reminder to do it when implementing a proper fix.

Initially submitted in PR https://github.com/mantisbt/mantisbt/pull/1928
(original commit message modified).

mod - admin/check/index.php Diff File