Ticket #2889 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

Bug in AccountManagerPlugin overrides $_POST['name'] variables

Reported by: cedenoj Assigned to: bettse
Priority: major Milestone: 1.1
Component: Trac Version:
Keywords: Cc:

Description

Whenever a form that has the a variable 'name' in it, the value gets overriden to be the name of the logged in user.

Change History

01/14/09 13:10:58 changed by cedenoj

  • owner set to bettse.

01/14/09 13:54:24 changed by bettse

(In [177]) re #2889 use a temp variable instead of req.args so we don't overwrite variables used for posting.

01/14/09 13:56:32 changed by bettse

  • status changed from new to closed.
  • resolution set to fixed.

fixed and live.