LimeSurvey: master 3984edbf

Author Committer Branch Timestamp Parent
aesteban aesteban master 2014-12-14 21:06:24 master f5e48852
Affected Issues  09171: Unable to subscribe to event
Changeset

Fixed issue 09171 : Unable to subscribe to event
Dev : Target not anymore needed for auth plugins events, every auth plugin knows if he has to process event
Dev : This way, auth events (i.e. afterLogout) can be processed also by other plugins
Dev : Method afterLoginFormSubmit can be in parent class (preventing code duplication)

mod - application/controllers/admin/authentication.php Diff File
mod - application/core/LSUserIdentity.php Diff File
mod - application/core/plugins/AuthLDAP/AuthLDAP.php Diff File
mod - application/core/plugins/Authdb/Authdb.php Diff File
mod - application/core/plugins/Authwebserver/Authwebserver.php Diff File
mod - application/libraries/PluginManager/AuthPluginBase.php Diff File