diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-04 13:10:43 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-04 13:10:43 -0400 |
commit | 000e21be1917b190a2aaca2e864bbf79de4796bb (patch) | |
tree | 3d53572ac552f575d340d6730f5c40e3702f17a4 /EVENTS.txt | |
parent | 2ed46ce274c3b404fdf75aacafa5d5fa7a807240 (diff) | |
parent | 8f122dd71efcc54b820629bc4c39efe91b8e8726 (diff) |
Merge branch '0.9.x' into openidplugin
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index ef4c2cffa..25d95fe06 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -223,3 +223,7 @@ EndRegistrationTry: after saving a new user (note: no profile or user object!) StartNewQueueManager: before trying to start a new queue manager; good for plugins implementing new queue manager classes - $qm: empty queue manager to set + +RedirectToLogin: event when we force a redirect to login (like when going to a settings page on a remembered login) +- $action: action object being shown +- $user: current user |