Modify ↓
Opened 5 years ago
Last modified 19 months ago
#2713 new enhancement
Display user name rather than user id
| Reported by: | ema | Owned by: | anybody |
|---|---|---|---|
| Priority: | normal | Component: | Request-a-Hack |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
We use Trac and X.509 certificates for auth(z).
User ids are DN, so very long strings, useful in pages like Timeline (mainly visited by the admin), but very annoying in other pages like browser, attachments... the Common Name would suffice.
We wish a hack to support usernames, might be computed from the user id, and displaying these shorter names instead of the full user ids.
Attachments (0)
Change History (3)
comment:1 Changed 4 years ago by rjollos
comment:2 Changed 4 years ago by rjollos
- Summary changed from Display fancy user name istead of boring user id to Display user name rather than user id
comment:3 Changed 19 months ago by rjollos
- Severity changed from blocker to normal
- Type changed from defect to enhancement
Note: See
TracTickets for help on using
tickets.


Seems like this is close to being implemented:
http://trac.edgewall.org/ticket/6982
http://trac.edgewall.org/ticket/3737