summaryrefslogtreecommitdiffstats
path: root/include/register.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-7/+18
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-09-22marked more strings for translationArun Persaud1-6/+6
2012-09-22replaces some more " with 'Arun Persaud1-19/+19
2012-02-10updated copyright notice for 2012Arun Persaud1-1/+1
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>