add customerapi + customer auth

This commit is contained in:
2019-09-30 19:33:48 +02:00
committed by Roland Schneider
parent 51788f2194
commit 9aee187d11
55 changed files with 21835 additions and 14 deletions

View File

@@ -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)
{