Modify ↓
Opened 17 years ago
Closed 17 years ago
#4193 closed enhancement (fixed)
Hide author field if user is authenticated
| Reported by: | Michael Renzmann | Owned by: | Michael Renzmann |
|---|---|---|---|
| Priority: | normal | Component: | TracPastePlugin |
| Severity: | minor | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
09:23:10 < osimons> otaku42: btw, one more thing i noticed: when i'm logged in, it
still has the author field displayed - the common practice is to
remove that when authenticated, and just use req.authname (as
hidden field to keep it simple)
Attachments (0)
Note: See
TracTickets for help on using
tickets.



(In [4924]) TracPastePlugin: Hide author field for authenticated users, and use their authenticated name instead. Thanks for the suggestion, osimons. Closes #4193.