- 07 Nov, 2006 2 commits
-
-
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.
-
Nigel McNie authored
-
- 06 Nov, 2006 10 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
those things at the appropriate moments. Suspended/expired users can't log in. Made sure that password change checking is done in the correct places when a user has logged in. Fixed some subtle authentication bugs, such as when a session times out immediately after logging in, where before the behaviour was undefined.
-
Nigel McNie authored
for checking whether a user's account has been suspended.
-
Nigel McNie authored
PHP side.
-
- 05 Nov, 2006 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
- 02 Nov, 2006 5 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
very intuitive behaviour.
-
Nigel McNie authored
is public. Check for the password having being changed just after the login_submit function has determined that the user is logged in.
-
Nigel McNie authored
-
Martyn Smith authored
-
- 01 Nov, 2006 2 commits
-
-
Nigel McNie authored
and implementing the change form.
-
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.
-
- 31 Oct, 2006 1 commit
-
-
Martyn Smith authored
-
- 30 Oct, 2006 1 commit
-
-
Nigel McNie authored
-
- 29 Oct, 2006 2 commits
-
-
Nigel McNie authored
be removed.
-
Nigel McNie authored
* Removed three methods that are unused * Changed log_dbg calls to log_debug, which is what the function is now called * Removed language section reference that only adds bloat now there is a default * Removed a couple of done TODOs * Added a function that allows each authentication method to validate their own configuration form.
-
- 26 Oct, 2006 1 commit
-
-
Martyn Smith authored
-
- 25 Oct, 2006 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
slurping cancel requests from other forms.
-
- 24 Oct, 2006 3 commits
-
-
Nigel McNie authored
and fixed up references to Auth_* classes.
-
Nigel McNie authored
stuff no longer needed.
-
Nigel McNie authored
follow, but also to support the form validation a lot better.
-
- 20 Oct, 2006 4 commits
-
-
Nigel McNie authored
an authentication configuration form for each plugin. Use redirect() instead of header() and exit. Use helper function to call a static method when we have the class name in a variable. Some better commenting for the login related form functions.
-
Nigel McNie authored
-
Nigel McNie authored
-
Nigel McNie authored
-
- 19 Oct, 2006 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-
- 18 Oct, 2006 2 commits
-
-
Nigel McNie authored
-
Nigel McNie authored
-