summaryrefslogtreecommitdiffstats
path: root/include/register.php
AgeCommit message (Collapse)AuthorFilesLines
2011-10-05cleared up the look of the front page a bitArun Persaud1-69/+11
2010-02-06added copyright notice and GPL referenceArun Persaud1-0/+19
2009-04-25NEW FEATURE: added OpenID supportArun Persaud1-28/+75
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.
2009-01-17NEW FEATURE: add a random math question to the registration progress to get ↵Arun Persaud1-5/+63
rid of robots make it harder for robots to register
2008-10-18CELANUP: inform user who is registering that his email will be visibleArun Persaud1-1/+4
guess they should know ;) Signed-off-by: Arun Persaud <arun@nubati.net>
2008-08-17CLEANUP: some more comments, also removed some debug messagesArun Persaud1-10/+11
Signed-off-by: Arun Persaud <arun@nubati.net>
2008-05-10NEW FEATURE: new settings page, user can now change timezoneArun Persaud1-7/+3
rewrote the settings page, timezone can now be changed, the user menu shows up on the left on the pref page. Added a link to the pref-page in the left menu. Signed-off-by: Arun Persaud <arun@nubati.net>
2008-05-06CLEANUP: removed all calls to mysql functions and replaced them with calls ↵Arun Persaud1-4/+4
to DB_xxx should be very easy now to change to a different database. also made the code look nicer ;) Signed-off-by: Arun Persaud <arun@nubati.net>
2008-04-26CLEANUP: moved register.php to the include directoryArun Persaud1-0/+83
new users are now also automatically logged in. Signed-off-by: Arun Persaud <arun@nubati.net>