13 Commits

Author SHA1 Message Date
james
4d54bdbb1c Update translation manager to work with unlimited number of languages as defined in the languages table
Update i18n function to accept a third parameter, which is an array that describes the arguments in the string to make translation much easier
Update some of the config/admin pages to make sure i18n is properly used, and that argument descriptions are set
2006-01-19 17:15:07 +00:00
james
0adc204a58 Make judges registration 'resend password' work (by adding code that was never there! whoops!) 2006-01-03 01:49:28 +00:00
james
e8353f011f Add the judge inviter to the judge administration section
Add the new judge invite email
2005-11-25 21:15:29 +00:00
james
5df07701a0 NEW FEATURE: Judge Registration Type
Judge registration type can now be one of:

	Open - Anyone can register as a judge

	Single Password - A password is selected by the committee and 
		is given to any potential judges.  The judge must enter
		this judge registration password before they will be
		allowed to create an account

	Invite - Judges must be invited by the committee, judges will
		not be allowed to create new accounts.
2005-11-25 20:07:21 +00:00
james
d059f34835 Implement date checking for both participant and judge registration 2005-03-29 19:21:14 +00:00
james
01a5028c48 trim the email address so you cant end up with an address like " " (blank spaces) 2005-03-09 20:43:17 +00:00
james
d4b84cd798 fix "pleaes" typo 2005-03-03 15:33:43 +00:00
james
adb2e50578 make sure the password expiry is set on account creation if it needs to be 2005-02-16 20:12:59 +00:00
james
12c514d8c5 refactor some of the authenticaiton code into the .inc.php
add a password changer

check for expired passwords and force changing if expired
2005-02-16 20:04:12 +00:00
james
42c58426dd create email_send function to pull emails from databaes and send
add ability to delete judge account - soft-delete

make sure when logging in, only non-deleted accounts can be used.
2005-02-11 18:25:59 +00:00
james
324433ef23 Add GPL headers to ALL PHP files 2005-01-24 18:00:03 +00:00
james
1b393c1bb0 Commit all work from the weekend:
- judges registration
 - small changes to participant registraiton
2004-12-19 23:16:46 +00:00
james
efdf49d000 add registration pages 2004-11-30 18:55:39 +00:00