From c378cc976f2fc2afd3b9e1a6d7a9536cb94dc77d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 4 Aug 2009 08:58:24 -0400 Subject: add an event for determining if an action is sensitive --- EVENTS.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'EVENTS.txt') 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 + -- cgit v1.2.3-54-g00ecf