[Trac-tickets] [The Trac Project] #3571: username and authname on
wiki commit
The Trac Project
noreply at edgewall.com
Wed Aug 16 03:57:22 CDT 2006
#3571: username and authname on wiki commit
-------------------------------------+--------------------------------------
Reporter: Joschi (joschi at vstd.de) | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: general | Version: 0.9.6
Severity: normal | Keywords: username authname submit
-------------------------------------+--------------------------------------
It is possible to add wiki entries (i guess also tickets or other things)
with no or wrong username.
e.b. web_ui.py
page.save(req.args.get('author'), req.args.get('comment'),
req.remote_addr)
maybe its better to use something like
req.authname or req.args.get('author')
page.save(a, req.args.get('comment'), req.remote_addr)
Or maybe concat them together. Or similar.
--
Ticket URL: <http://trac.edgewall.org/ticket/3571>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list