From a66e66359cff6a003d23293d2b4b4528b4972a0f Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 19 Nov 2020 11:20:17 -0500 Subject: [PATCH] Make Model\User::getAuthenticationInfo accessible to addons - It contains the centralized authentication requirements for user records --- src/Model/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;