View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005424 | mantisbt | administration | public | 2005-04-11 09:13 | 2009-01-15 11:26 |
| Reporter | psr | Assigned To | thraxisp | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | git trunk | ||||
| Fixed in Version | 1.2.0a3 | ||||
| Summary | 0005424: user_is_name_unique(): "Real Name" and "Real Name" (first name has one space, second name two) | ||||
| Description | White space is allowed in real names. It is prudent to canonicalize the white space, otherwise it is easy to impersonate another user by adding some white space variation. | ||||
| Tags | No tags attached. | ||||
|
We should probably LTRIM and RTRIM real names. We should also replace multiple spaces with single space. |
|
|
Why is this a problem? If my name is John Smith, and my friends' name is John Smith, why can't we be allowed to have the same name? Are we impersonating each other? |
|
|
fixed in Revision: 5528 |
|