Make Model\User::getAuthenticationInfo accessible to addons

- It contains the centralized authentication requirements for user records
This commit is contained in:
Hypolite Petovan 2020-11-19 11:20:17 -05:00
parent fb568ba462
commit a66e66359c
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;