]> git.mxchange.org Git - friendica.git/commitdiff
Make Model\User::getAuthenticationInfo accessible to addons
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 19 Nov 2020 16:20:17 +0000 (11:20 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 19 Nov 2020 16:20:17 +0000 (11:20 -0500)
- It contains the centralized authentication requirements for user records

src/Model/User.php

index 2b70189505fd6b3c79d21fd46faa355838babf26..ca2878746207efd3248ac8080f2f938fd0aba0ec 100644 (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;