Ticket #148 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

$_REQUEST conflicts with admin username / password

Reported by: sidtheduck Owned by: mike
Priority: normal Milestone:
Component: General Version: 1.0b3
Severity: normal Keywords:
Cc:

Description

There seems to be some issues with users having problems with "bad passwords" on fresh installs (see here among others). I experienced something similar during my initial install and it had nothing to do with the password, but with the id for "username" when logging in. Since Plogger uses $_REQUEST variables to check for the username and password, it was pulling in a previous cookie from another portion of my site that used the default $_COOKIEusername? which did not match the default 'admin' during initial setup. To fix this, I changed the code to use 'plog-username' and 'plog-password' for login id tags.

Change History

Changed 9 months ago by sidtheduck

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

fixed in revision 519

Note: See TracTickets for help on using tickets.