- 05 May, 2011 1 commit
-
-
Hugh Davenport authored
This allows support for SSO userIDs. Only the admin can set usernames greater than 30 characters. Bug #548165 Change-Id: Ib5a8b1cbda7808fd6b1780f87a9a52a3443712c8 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
- 02 May, 2011 1 commit
-
-
Darryl Hamilton authored
This is to allow the uploadcsv function to honour the 'Force password change?' selection Change-Id: I085b257ecb02d38185615f23dcd7534682311a3d Signed-off-by:
Darryl Hamilton <darrylh@catalyst.net.nz>
-
- 21 Apr, 2011 2 commits
-
-
Richard Mansfield authored
Change-Id: I894c1c2b7859bd198a5a89218ceabea0cd547b7a Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Darryl Hamilton authored
Change-Id: Ie203de378ddb3af9248c7dcf17cd304c7775abe0 Signed-off-by:
Darryl Hamilton <darrylh@catalyst.net.nz>
-
- 09 Nov, 2010 1 commit
-
-
Eugene Venter authored
* encrypt passwords on user add, edit and imports * upgrade to encrypt and add salt to all existing cleartext passwords * update validate_password to prevent successful validation of cleartext passwords with no salt Signed-off-by:
Eugene Venter <eugene@catalyst.net.nz>
-
- 04 Jul, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz> (cherry picked from commit 627dd3d8083e0b6ba06440eabebc055c8ba4ba78)
-
- 15 Sep, 2009 1 commit
-
-
Richard Mansfield authored
-
- 22 Apr, 2009 1 commit
-
-
Richard Mansfield authored
-
- 21 Apr, 2009 2 commits
-
-
Penny Leach authored
now each plugin can say whether it can be disabled or not. defaults to true
-
Richard Mansfield authored
-
- 09 Feb, 2009 1 commit
-
-
Nigel McNie authored
-
- 03 Jun, 2008 1 commit
-
-
Nigel McNie authored
Allow usernames to contain many more characters than they do currently when using internal authentication. The previous restrictions were unnecessarily strict. As per request from MyPortfolio. Now we actually can has a Mjollnir`! (cherry picked from commit 36a1ecfc)
-
- 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
If an authentication plugin thinks that a user should be able to log in, and furthermore thinks that it is able/allowed to automatically create user accounts, then it is now able to do just that. The authentication API now has a new method - can_auto_create_users() - to define whether each authentication instance feels it can/should be able to do this. If the instance thinks it can, it needs to export some information through the get_user_info method in order to populate the user account. Although this may change shortly to be optional, with the users instead being forced to enter any information that is required that they haven't otherwise filled out.
-
- 04 Dec, 2007 1 commit
-
-
Francois Marier authored
Signed-off-by: Andrew McMillan
-
- 15 Jul, 2007 1 commit
-
-
Donal McMullan authored
-
- 30 Jun, 2007 1 commit
-
-
Donal McMullan authored
-
- 22 Jun, 2007 1 commit
-
-
Donal McMullan authored
code
-
- 30 May, 2007 1 commit
-
-
Donal McMullan authored
-
- 12 May, 2007 1 commit
-
-
Donal McMullan authored
-
- 10 May, 2007 1 commit
-
-
Donal McMullan authored
-
- 11 Apr, 2007 1 commit
-
-
Donal McMullan authored
-
- 05 Mar, 2007 1 commit
-
-
Nigel McNie authored
actual username
-
- 19 Dec, 2006 1 commit
-
-
Nigel McNie authored
-
- 28 Nov, 2006 1 commit
-
-
Martyn Smith authored
-
- 22 Nov, 2006 1 commit
-
-
Nigel McNie authored
couple of unnecessary auth methods. Make sure also to say the internal auth method does not have configuration.
-
- 20 Nov, 2006 1 commit
-
-
Nigel McNie authored
-
- 16 Nov, 2006 1 commit
-
-
Penny Leach authored
-
- 15 Nov, 2006 1 commit
-
-
Penny Leach authored
generates the form)
-
- 07 Nov, 2006 3 commits
-
-
Penny Leach authored
-
Nigel McNie authored
suspension is an internal-only thing. Changed the change_password function to take a username instead of a user object. Moved the is_username_valid function nearer to the bottom, as it's not part of the authentication api as such.
-
Nigel McNie authored
- check if a user is suspended, and if so return some information about it - change a users password to the given password Removed the implementation of get_user_info, which is no longer needed now that by default information is sourced from the database by the authentication stuff.
-
- 06 Nov, 2006 1 commit
-
-
Nigel McNie authored
PHP side.
-
- 05 Nov, 2006 1 commit
-
-
Nigel McNie authored
-
- 01 Nov, 2006 1 commit
-
-
Nigel McNie authored
usernames/passwords are valid. Made the encrypt_password method public, so it can be used when changing the password for a user. Use 'self' instead of a broken class name.
-
- 29 Oct, 2006 1 commit
-
-
Nigel McNie authored
be removed.
-
- 25 Oct, 2006 1 commit
-
-
Nigel McNie authored
-
- 24 Oct, 2006 1 commit
-
-
Nigel McNie authored
and fixed up references to Auth_* classes.
-
- 20 Oct, 2006 1 commit
-
-
Nigel McNie authored
-