summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-11-04 13:06:55 -0500
committerCraig Andrews <candrews@integralblue.com>2009-11-04 13:06:55 -0500
commita82df5fae8b5d71d4545f27e7aa6cc561160922a (patch)
treedb16ae14f26e896689782be4b09d46c802a15ce8 /EVENTS.txt
parent384a50a7800abde62e040ea57872dc06c0519047 (diff)
Added a CheckPassword event
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt5
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.