From: Hypolite Petovan Date: Thu, 19 Nov 2020 16:20:17 +0000 (-0500) Subject: Make Model\User::getAuthenticationInfo accessible to addons X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a66e66359cff6a003d23293d2b4b4528b4972a0f;p=friendica.git Make Model\User::getAuthenticationInfo accessible to addons - It contains the centralized authentication requirements for user records --- diff --git a/src/Model/User.php b/src/Model/User.php index 2b70189505..ca28787462 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -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;