summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-04 11:13:47 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-04 11:13:47 -0400
commitabffaebebd89736a043671d7518c3c6e3b9a9224 (patch)
tree4a95e2a0cb484a72180cb8d15c87e179f78e3835 /EVENTS.txt
parentc378cc976f2fc2afd3b9e1a6d7a9536cb94dc77d (diff)
event for determining if an action is a login action
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 908188cd2..7db35a2a2 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -142,3 +142,6 @@ 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
+LoginAction: determines if an action is a 'login' action (OK for public view in private mode)
+- $action: name of the action, like 'register'
+- $login: flag for whether this is a login action