stable

Clone or download

Read-only

request #9333: Fatal error when I try to link two different accounts from the same provider

Change-Id: Idd74310e904fa8633cb46ee53badc720c43a0e67

Modified Files

Name
M plugins/openidconnectclient/db/install.sql +3 −1 Go to diff View file
A plugins/openidconnectclient/db/mysql/2016/201610141445_allow_to_login_with_multiple_accounts_on_the_same_provider.php +57 −0 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Router.php +1 −1 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/Controller.php +14 −6 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMapping.php +17 −5 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMappingDao.class.php +18 −10 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMappingManager.php +27 −8 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMappingUsage.php +14 −6 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserPreferencesPresenter.php +4 −4 Go to diff View file
M plugins/openidconnectclient/templates/user_preference.mustache +1 −1 Go to diff View file