Merge pull request #9551 from MrPetovan/task/4140-ldap-auth-logging

Make Model\User::getAuthenticationInfo accessible to addons
This commit is contained in:
Michael Vogel
2020-11-19 18:21:34 +01:00
committed by GitHub

View File

@@ -559,7 +559,7 @@ class User
* @return array
* @throws HTTPException\NotFoundException
*/
private static function getAuthenticationInfo($user_info)
public static function getAuthenticationInfo($user_info)
{
$user = null;