summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-04 08:58:24 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-04 08:58:24 -0400
commitc378cc976f2fc2afd3b9e1a6d7a9536cb94dc77d (patch)
treeee16a3d420bb87bf9eb86bfaf149558a9305c7f7 /EVENTS.txt
parent822d5b8887a06ba1704a7eb417a35d4dcb84e948 (diff)
add an event for determining if an action is sensitive
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 933907933..908188cd2 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -137,3 +137,8 @@ EndAccountSettingsNav: After showing the account settings menu
Autoload: When trying to autoload a class
- $cls: the class being sought. A plugin might require_once the file for the class.
+
+SensitiveAction: determines if an action is 'sensitive' and should use SSL
+- $action: name of the action, like 'login'
+- $sensitive: flag for whether this is a sensitive action
+