#3571: username and authname on wiki commit
-------------------------------------+--------------------------------------
Reporter: Joschi ([EMAIL PROTECTED]) | 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/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets