summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-02-06 12:59:41 +0100
committerEvan Prodromou <evan@status.net>2010-02-06 12:59:41 +0100
commita092aac32d061c8f6265c9975040e9f8c0b96f55 (patch)
tree31015deb4673b28dedd1b97f3f1ff35a8844e0c8 /EVENTS.txt
parent5fdcd88176010a72b6a157170784a8aad7bf4131 (diff)
add events to fine-tune user deletion
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 6bf12bf13..b4fc4cbeb 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -714,3 +714,19 @@ StartRobotsTxt: Before outputting the robots.txt page
EndRobotsTxt: After the default robots.txt page (good place for customization)
- &$action: RobotstxtAction being shown
+StartDeleteUserForm: starting the data in the form for deleting a user
+- $action: action being shown
+- $user: user being deleted
+
+EndDeleteUserForm: Ending the data in the form for deleting a user
+- $action: action being shown
+- $user: user being deleted
+
+StartDeleteUser: handling the post for deleting a user
+- $action: action being shown
+- $user: user being deleted
+
+EndDeleteUser: handling the post for deleting a user
+- $action: action being shown
+- $user: user being deleted
+