Modify ↓
Opened 12 years ago
Closed 10 years ago
#11695 closed defect (fixed)
Changes to tags may be recorded as anonymous
| Reported by: | Ryan J Ollos | Owned by: | Steffen Hoffmann |
|---|---|---|---|
| Priority: | normal | Component: | TagsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
If a wiki page is edited by an unauthenticated user who enters a username in the author field (a behavior which was discussed in #11622), the wiki edit will be recorded as the entered user, but the change to the tag will be recorded as author anonymous. For an example, see wiki/PrivateTicketsPlugin.
Attachments (0)
Change History (6)
comment:3 Changed 12 years ago by
Still I feel uneasy about not recording the authenticated session status in tags_change db table, even if not different from other, similar author records.
Note: See
TracTickets for help on using
tickets.



Am I right assuming, that following the discussion in #11622 we shall record
authenticatedsession status and the session ID (sid) instead?