Modify ↓
Opened 16 years ago
Closed 14 years ago
#4710 closed defect (fixed)
Anonymous user's comments always show as "Commenty by anonymous..." even if name or email is supplied
Reported by: | Owned by: | Alec Thomas | |
---|---|---|---|
Priority: | normal | Component: | AddCommentMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
When an anonymous users (such as accessing a public Trac install) adds a comment, the comment is entered like Comment by anonymous on Fri 27 Feb 2009 01:39:06 PM EST
even thought the person entered their name or email address. Example URL here:
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [8746]) AddCommentMacro: New name for anonymous was not picked up. Fixes #4710. Thanks for the patch!
Note: See
TracTickets for help on using
tickets.
The problem appears to be that some markup needed for Trac to find the value in the box was missing. The following patch fixes the problem for me (inlined since it's so short):