View Issue Details

IDProjectCategoryView StatusLast Update
0023909mantisbtadministrationpublic2019-07-11 08:04
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.10.0 
Summary0023909: User realname uniqueness check doesn't work
Description

Duplicate realnames are not rejected when creating or updating users.

TagsNo tags attached.

Relationships

has duplicate 0004226 closedvboctor Provide a way to disambiguate duplicate realnames 
related to 0023900 closedvboctor Unable to update user access level, due to check on 'Realname' returning KO (APPLICATION ERROR #807) 
related to 0025912 new Error setting user name the same as other user's real name 

Activities

vboctor

vboctor

2018-01-30 01:42

manager   ~0058667

PR: https://github.com/mantisbt/mantisbt/pull/1277

vboctor

vboctor

2018-02-04 03:32

manager   ~0058733

Closing as won't fix since we have decided to allow duplicate real names as per the following PR:
PR: https://github.com/mantisbt/mantisbt/pull/1277

Related Changesets

MantisBT: master cf5baefa

2018-01-29 20:34

vboctor


Details Diff
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
Affected Issues
0023900, 0023909
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