diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-11-05 23:27:18 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-11-05 23:27:18 -0500 |
commit | d6ddb84132d7b9510ba82064c67f2a39822dab49 (patch) | |
tree | d68d132d685a3694340f249ff427e0bee022aba9 /EVENTS.txt | |
parent | 1bace8547b0fa3db316ad79e4948869a654b7140 (diff) |
Add ChangePassword event
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index c52f0e312..201ce7dfe 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -483,3 +483,9 @@ CheckPassword: Check a username/password AutoRegister: Register a new user with the given nickname. Should insert a new User and Profile into the database. - $nickname: The nickname to register +ChangePassword: Handle a password change request +- $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 + |