MantisBT: master cf5baefa

Author Committer Branch Timestamp Parent
vboctor vboctor master 2018-01-29 20:34 master 2ea18347
Affected Issues  0023900: Unable to update user access level, due to check on 'Realname' returning KO (APPLICATION ERROR #807)
 0023909: User realname uniqueness check doesn't work
Changeset

Fix username and realname uniqueness checks

  • Fix user realname uniqueness check which wasn’t working.
  • Remove $g_differentiate_duplicates config option.
  • Change username realname uniqueness check APIs to not take in username, since these are independent operations.

Fixes 0023909, 0023900

mod - account_update.php Diff File
mod - config_defaults_inc.php Diff File
mod - core/obsolete.php Diff File
mod - core/user_api.php Diff File
mod - manage_user_update.php Diff File