stable

Clone or download

Read-only

request #14838: OIDC sign in should update the "Last successful login" date

This contribution also make sure the 'Last login date' in the OIDC provider view of the user account is displayed according to the timezone of the user. It was confusing to see different dates in security tab and in the OIDC tab for the same login. Change-Id: Iac29800615181593c2232a253a0ef0b9b4fa962d

Modified Files

Name
M plugins/openidconnectclient/include/OpenIDConnectClient/UserAccount/OIDCProvidersPresenter.php +6 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMappingManager.php +11 −2 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/UserMapping/UserMappingUsage.php +3 −3 Go to diff View file
M plugins/openidconnectclient/include/openidconnectclientPlugin.php +6 −0 Go to diff View file
M plugins/openidconnectclient/tests/unit/UserMapping/UserMappingManagerTest.php +24 −1 Go to diff View file