diff options
author | Evan Prodromou <evan@status.net> | 2010-01-29 17:54:54 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-29 17:54:54 -0500 |
commit | 8cb8b357a4383f7afb1e09fcd264aa41ac1502a6 (patch) | |
tree | 182374bc7b5cbb0fc7cc975401a1c67ae02366e9 /EVENTS.txt | |
parent | 2a054a50fb404b01512a00872ab0f68481b0f470 (diff) |
add hooks for user registration
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 9 |
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 + |