Make Model\User::getAuthenticationInfo accessible to addons
- It contains the centralized authentication requirements for user records
This commit is contained in:
parent
fb568ba462
commit
a66e66359c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue