summaryrefslogtreecommitdiffstats
path: root/include/login.php
AgeCommit message (Collapse)AuthorFilesLines
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>