Comparing
#37 with
#38
Revision #38 was created by
rackycz on Sep 20, 2019, 11:10:44 AM.
db
Content
[...]
'id' => Yii::t('app', 'ID'),
'username' => Yii::t('app', 'Username'),
'password' => Yii::t('app', 'Password'),
'password_new' => Yii::t('app', 'New password'),
'password_new_repeat' => Yii::t('app', 'Repeat new password'),
'email' => Yii::t('app', 'Email'),
'authKey' => Yii::t('app', 'Auth Key'),
'email' => Yii::t('app', 'Email'),
];[...]
}
```
Login via database + Session
---
... text ...
Access rights
---[...]