summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-11-05 16:39:57 -0500
committerCraig Andrews <candrews@integralblue.com>2009-11-05 16:40:41 -0500
commit1845c8c77305e6b3bb64e07aeda4614ccbd09cb2 (patch)
treef4fe8168cfcba60e409d09780ba9155e65610d4c /EVENTS.txt
parent9f15febf88769493aa834cab5b916cb46298842a (diff)
Added an AutoRegister event
LDAP plugin can do autoregistration
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 7be611c71..c52f0e312 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -479,3 +479,7 @@ 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
+