Closed GoogleCodeExporter closed 9 years ago
Started with implementing login page for admins. It's not finished
yet, here is a list what needs to be done:
- Add feature to modify admin login details in ACP.php.
- The installer.php needs to be modified, username and password should be chosen
by user.
- Request a reset in case admin forgot his/her password.
Original comment by brettrijnders
on 8 Aug 2010 at 7:50
Trying to include IP address in session to improve security
Original comment by brettrijnders
on 8 Aug 2010 at 7:51
[deleted comment]
IP address is now included in session. This should slightly improve security,
however according to http://phpsec.org/projects/guide/4.html there are some
security issues involved. See this note:
Note
It is unwise to rely on anything at the TCP/IP level, such as IP address,
because these are lower level protocols that are not intended to accommodate
activities taking place at the HTTP level. A single user can potentially have a
different IP address for each request, and multiple users can potentially have
the same IP address.
Original comment by brettrijnders
on 8 Aug 2010 at 8:13
user agent is now also included in session to improve security. Next to this
the ADMIN_ID that is used for session has an md5 hash.
Original comment by brettrijnders
on 8 Aug 2010 at 9:56
added new functionality to ACP: user is now able to change login details in ACP
Original comment by brettrijnders
on 8 Aug 2010 at 1:44
Added a new feature: User can now request a password reset if needed.
Original comment by brettrijnders
on 8 Aug 2010 at 8:36
Login functionality seems to work fine. Though some further testing is needed,
just to be sure...
Original comment by brettrijnders
on 9 Aug 2010 at 10:36
Original comment by brettrijnders
on 15 Aug 2010 at 12:12
Original issue reported on code.google.com by
brettrijnders
on 7 Aug 2010 at 9:29