Ticket #1485888 (closed Bugs: fixed)
password and sasl_password register_handler at wrong time
| Reported by: | JohnDoh | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-stable |
| Component: | Plugin API | Version: | svn-trunk |
| Severity: | normal | Keywords: | plugin.body password |
| Cc: | daniel@… |
Description
Both the password and sasl_password plugins call register_handler('plugin.body', array($this, 'password_form')); during initilization. The means no other plugin can use plugin.body. I think register_handler should only be called for the actions specific to the plugin, like in the userinfo plugin.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
