r1409: Implemented a new admin login system: Instead of using a date-stamped cookie...
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 14 Feb 2007 19:48:17 +0000 (19:48 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 14 Feb 2007 19:48:17 +0000 (19:48 +0000)
commit9e7cd73ab3912e99cf3670df9e53cb628a0e3ea5
treef165fbafb48680023cc24eb31443c80ef96ae0fe
parent05f741f2e33cc1b31f2ac7410ac99685c0a58116
r1409: Implemented a new admin login system: Instead of using a date-stamped cookie, a random hash is generated upon login and then this is stored in the cookie. It only lasts for one hour and it has to be validated against the database, making it much harder to break into.
admin/global.php
docs/changes.txt
docs/schema_changes.sql
login.php