add customerapi + customer auth
This commit is contained in:
@@ -161,6 +161,8 @@ class User extends ActiveRecord implements IdentityInterface
|
||||
* Generates password hash from password and sets it to the model
|
||||
*
|
||||
* @param string $password
|
||||
* @throws \yii\base\Exception
|
||||
* @throws \yii\base\InvalidConfigException
|
||||
*/
|
||||
public function setPassword($password)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user