X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=EVENTS.txt;h=201ce7dfe5642cf7ee77b17c360e2ceeccb5b29e;hb=d9cde0ef80ee838a99035d44f0286b3cc902e332;hp=a8a77390f6c2ccfbcc45a55593d8c5df2b42445c;hpb=86560eeb3db60f39b0e1f3ef011819e5f3172101;p=quix0rs-gnu-social.git diff --git a/EVENTS.txt b/EVENTS.txt index a8a77390f6..201ce7dfe5 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -474,3 +474,18 @@ StartPublicXRDS: Start XRDS output (right after the opening XRDS tag) EndPublicXRDS: End XRDS output (right before the closing XRDS tag) - $action: the current action - &$xrdsoutputter - XRDSOutputter object to write to + +CheckPassword: Check a username/password +- $nickname: The nickname to check +- $password: The password to check +- &$authenticated: set to true to indicate authentication succeeded. + +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 +