#1704 closed defect (bug) (fixed)
If display name is empty, use user_login
Reported by: | johnjamesjacoby | Owned by: | |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | Component - Users | Keywords: | |
Cc: |
Description
In some circumstances, the display_name might be empty. In those cases, we should be defaulting to the user_login, and lastly falling back to "Anonymous" if nothing is found at all.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [3648]) Fall back on user_login, and lastly "Anonymous" if no name is found anywhere. Fixes #1704.