diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-11-04 13:06:55 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-11-04 13:06:55 -0500 |
commit | a82df5fae8b5d71d4545f27e7aa6cc561160922a (patch) | |
tree | db16ae14f26e896689782be4b09d46c802a15ce8 /EVENTS.txt | |
parent | 384a50a7800abde62e040ea57872dc06c0519047 (diff) |
Added a CheckPassword event
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index a8a77390f..7be611c71 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -474,3 +474,8 @@ 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. |