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
commit e4c6341bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;