- 26 Aug, 2008 1 commit
-
-
Richard Mansfield authored
-
- 13 Jul, 2008 1 commit
-
-
Richard Mansfield authored
-
- 11 Jul, 2008 1 commit
-
-
Richard Mansfield authored
-
- 06 Jun, 2008 1 commit
-
-
Nigel McNie authored
Make usernames unique over their lowercase values, and put validation in everywhere so two users can't do this again. Usernames _are_ meant to be case insensitive in the system. But at no point where users could be created (except for XMLRPC users), was this actually being enforced. So eventually someone actually did this, which caused login for both users to break. Now, all entry points for new users are checked to make sure users can't claim names whose lowercase value is the same as another user. And on postgres, we now have a unique index over LOWER(username). This isn't possible in MySQL, so MySQL users miss out (yet again).
-
- 10 Mar, 2008 1 commit
-
-
Nigel McNie authored
* Force password change: if checked, users are forced to change their password on next log in. This was mandatory before, now people uploading CSV files can choose. * E-mail users about accounts: if checked, users are sent an e-mail about their new account. This was never an option before and never happened, now it is on by default. We send a slightly different e-mail based on whether the user needs to change their password or not. This affects the Add User script a tiny bit.
-
- 04 Mar, 2008 1 commit
-
-
Nigel McNie authored
Added a line of descriptive text to the page to help admins understand what will happen on this page. Corrected a language string when the password for the new user is in invalid form.
-
- 16 Feb, 2008 2 commits
-
-
Nigel McNie authored
The name is largely irrelevant as it's only the creator of the file.
-
Nigel McNie authored
-
- 25 Jan, 2008 1 commit
-
-
Nigel McNie authored
Use the new 'isFull' method of the institution class instead of manually working out if an institution is full.
-
- 08 Jan, 2008 1 commit
-
-
Richard Mansfield authored
-
- 07 Jan, 2008 2 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
- 04 Jan, 2008 1 commit
-
-
Richard Mansfield authored
-
- 03 Jan, 2008 1 commit
-
-
Richard Mansfield authored
-
- 02 Jan, 2008 1 commit
-
-
Richard Mansfield authored
-