Difference between #37 and #38 of
Yii v2 snippet guide

Revision #38 has been created by rackycz on Sep 20, 2019, 11:10:44 AM with the memo:

db
« previous (#37) next (#39) »

Changes

Title unchanged

Yii v2 for beginners

Category unchanged

Tutorials

Yii version unchanged

2.0

Tags unchanged

tutorial,beginner,yii2

Content changed

[...]
'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
---
[...]
7 0
4 followers
Viewed: 275 323 times
Version: 2.0
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Sep 19, 2019
Last updated: a year ago
Update Article

Revisions

View all history