Patch #3019
closed
Add hook to successful_authentication method
Added by Brad Beattie over 15 years ago.
Updated over 15 years ago.
Description
The attached patch provides a hook called after successful authentication and before the redirect call.
It's necessary for plugins that, for instance, notify users of changes since their last login.
Files
- Category changed from Accounts / authentication to Plugin API
- Status changed from New to 7
- Assignee set to Eric Davis
- Status changed from 7 to Resolved
- Target version set to 0.8.3
- % Done changed from 0 to 100
Added in r2609, use :controller_account_success_authentication_after
Sweet. Thanks. I have it in my mind to add more hooks in more locations to help with plugin development, but a bit at a time might be best, yeah? :)
Yes, I'm only trying to add hooks in places that are:
- Actually needed by someone
- Would be useful for more than one plugin
Like any API, the hooks have a cost that we need to be aware of.
- Status changed from Resolved to Closed
Backported in 0.8-stable in r2652.
Also available in: Atom
PDF