summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-01-29 17:54:54 -0500
committerEvan Prodromou <evan@status.net>2010-01-29 17:54:54 -0500
commit8cb8b357a4383f7afb1e09fcd264aa41ac1502a6 (patch)
tree182374bc7b5cbb0fc7cc975401a1c67ae02366e9 /EVENTS.txt
parent2a054a50fb404b01512a00872ab0f68481b0f470 (diff)
add hooks for user registration
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 1ed670697..3317c80de 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -699,3 +699,12 @@ StartShowContentLicense: Showing the default license for content
EndShowContentLicense: Showing the default license for content
- $action: the current action
+
+StartUserRegister: When a new user is being registered
+- &$profile: new profile data (no ID)
+- &$user: new user account (no ID or URI)
+
+EndUserRegister: When a new user has been registered
+- &$profile: new profile data
+- &$user: new user account
+