MantisBT: pr2124 038a6be5

Author Committer Branch Timestamp Parent
raspopov dregad pr2124 2026-02-09 11:16 master 1d99e3e8
Affected Issues  0036873: When creating or updating a user, the email address and real name are not synchronized with LDAP
Changeset

Fix the synchronization of mail and real name with LDAP

  • The update of the email address and real name to the database from
    LDAP was added when a user is created.
  • Corrected the issue of erroneously clearing the email and real name
    from the database when updating a non-existent user in LDAP.

Fixes 0036873, PR https://github.com/mantisbt/mantisbt/pull/2184

mod - core/commands/UserUpdateCommand.php Diff File
mod - core/user_api.php Diff File