Ticket #1485888 (closed Bugs: fixed)

Opened 15 months ago

Last modified 15 months ago

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

plugin.body.patch (1.6 KB) - added by dan 15 months ago.
patch for sasl_password and password

Change History

Changed 15 months ago by dan

patch for sasl_password and password

Changed 15 months ago by dan

  • cc daniel@… added
  • keywords plugin.body password added
  • milestone changed from later to 0.3-stable

Changed 15 months ago by alec

  • status changed from new to closed
  • resolution set to fixed

Fixed in 2583.

Note: See TracTickets for help on using tickets.