]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
plugins/Xmpp/README fixed typos
[quix0rs-gnu-social.git] / EVENTS.txt
index a113bb56a1040b046b075e4a620cf12a364274a3..7e08430218c27fee283d029344ff1f8241765266 100644 (file)
@@ -603,6 +603,11 @@ StartChangePassword: Before changing a password
 EndChangePassword: After changing a password
 - $user: user
 
+StartHashPassword: Generate a hashed version of the password (like a salted crypt)
+- &$hashed: Hashed version of the password, later put in the database
+- $password: The password that should be hashed
+- $profile: Profile that this password and hash belongs to. Can be null.
+
 StartSetUser: Before setting the currently logged in user
 - $user: user