diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-11-10 16:27:20 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-11-10 16:28:37 -0500 |
commit | 1cd6650ae43d548f209d68e9feaaa7185d5ffecb (patch) | |
tree | 105443c380bdc0e3664c70c15a65356ba8fe700e /EVENTS.txt | |
parent | 651cbf0681b6d263dde673ce36811710bfe553b8 (diff) |
Changed to Evan's event style and added an AuthPlugin superclass
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index ced130f5f..97b7de299 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -491,11 +491,13 @@ EndCheckPassword: After checking a username/password pair - $password: The password that was checked - $authenticatedUser: User object if credentials match a user, else null. -ChangePassword: Handle a password change request +StartChangePassword: Before changing a password - $nickname: user's nickname - $oldpassword: the user's old password - $newpassword: the desired new password -- &$errormsg: set this to an error message if the password could not be changed. If the password was changed, leave this as false + +EndChangePassword: After changing a password +- $nickname: user's nickname CanUserChangeField: Determines if a user is allowed to change a specific profile field - $nickname: nickname of the user who would like to know which of their profile fields are mutable |