Merge remote-tracking branch 'upstream/master'
[quix0rs-gnu-social.git] / EVENTS.txt
index cfba97403b20e1918193cb34483aabc5063d6750..2f91a305f0cce8eaec4ac19c21f4f898a855af4c 100644 (file)
@@ -615,12 +615,12 @@ EndCheckPassword: After checking a username/password pair
 - $authenticatedUser: User object if credentials match a user, else null.
 
 StartChangePassword: Before changing a password
-- $user: user
+- Profile $target: The profile of the User that is changing password
 - $oldpassword: the user's old password
 - $newpassword: the desired new password
 
 EndChangePassword: After changing a password
-- $user: user
+- Profile $target: The profile of the User that just changed its password
 
 StartHashPassword: Generate a hashed version of the password (like a salted crypt)
 - &$hashed: Hashed version of the password, later put in the database