stable

Clone or download

Read-only

Refactor AfterLogin event

Object based events are easier to deal with. No functional changes expected. Part of request #16607 Allow ldap login when openidconnect client is used Change-Id: I526d10579cf0a383b49ba03dea8db416266199b9

Modified Files

Name
M plugins/dynamic_credentials/include/dynamic_credentialsPlugin.php +5 −4 Go to diff View file
M plugins/ldap/include/ldapPlugin.php +10 −15 Go to diff View file
M src/common/Event/Event.class.php +0 −9 Go to diff View file
A src/common/User/AfterLocalLogin.php +60 −0 Go to diff View file
M src/common/User/LoginManager.class.php +16 −22 Go to diff View file
M tests/unit/common/User/User_LoginManagerTest.php +9 −8 Go to diff View file