diff options
author | Evan Prodromou <evan@status.net> | 2009-11-10 17:08:59 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-11-10 17:08:59 -0500 |
commit | 1455d60b06df11f7b765040a4195ded288711ae0 (patch) | |
tree | b083992e9509c9bdabfacc0368eac0106f22496e /EVENTS.txt | |
parent | 7ee6160a5b4a843a266a3455351ab2a5d59294a2 (diff) | |
parent | 53c86c43c4b8cba313335f5d70f7f77d4ab640d2 (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
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 |