summaryrefslogtreecommitdiffstats
path: root/include/login.php
AgeCommit message (Collapse)AuthorFilesLines
2013-01-12updated copyright for 2013Arun Persaud1-1/+1
2012-09-22updated to better password hash: use crypt instead of md5Arun Persaud1-9/+15
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
2012-02-10updated copyright notice for 2012Arun Persaud1-1/+1
2010-02-06added copyright notice and GPL referenceArun Persaud1-0/+19
2009-04-25NEW FEATURE: added OpenID supportArun Persaud1-4/+58
Users can add and delete OpenIDs on the settings page and then log in user those OpenIds. They can also use their OpenIDs to register.
2008-10-18NEW FEATURE: make it possible to view games where people played with the ↵Arun Persaud1-4/+6
same hand had to change a few things and check more often if people are logge in, so that for example personal notes only show up when you are logged in and not when someone else is looking at your cards Signed-off-by: Arun Persaud <arun@nubati.net>
2008-08-17CLEANUP: some more comments, also removed some debug messagesArun Persaud1-5/+6
Signed-off-by: Arun Persaud <arun@nubati.net>
2008-04-26CLEANUP: cleaned up index.php a bit more by introducing an 'action' variableArun Persaud1-0/+33
no more if, but one nice switch statement in index.php Signed-off-by: Arun Persaud <arun@nubati.net>