- Добавлен метод для проверки хеша и почты

- Добавлен метод для авторизации
parent fe230474
...@@ -679,5 +679,21 @@ class User extends \common\components\ActiveRecordModel implements IdentityInter ...@@ -679,5 +679,21 @@ class User extends \common\components\ActiveRecordModel implements IdentityInter
} }
} }
} }
/**
* @return bool
*/
public function checkToAutoAuthByHash($hash)
{
return true;
}
/**
* @return bool
*/
public function authUser()
{
return true;
}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment