updated to better password hash: use crypt instead of md5
authorArun Persaud <arun@nubati.net>
Sat, 22 Sep 2012 19:38:58 +0000 (12:38 -0700)
committerArun Persaud <arun@nubati.net>
Sat, 22 Sep 2012 19:46:27 +0000 (12:46 -0700)
commit14f6017a5b84d70320bde9d6e074ea8ac948a85e
tree6ad038518dff9737042501929a8919f622652c8d
parent90e831805a19358ab5a76c569181f72bc3534cb8
updated to better password hash: use crypt instead of md5

the upgrade will be done automatically when a user logs in, password recovery is still based
on md5, but that should be OK, since it's a random generated password anyway
INSTALL
create_database.sql
include/db.php
include/functions.php
include/login.php
include/preferences.php
include/register.php
include/user.php
update_db.php