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

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

db
« previous (#38) next (#40) »

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 ...
[...]
7 0
4 followers
Viewed: 254 728 times
Version: 2.0
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Sep 19, 2019
Last updated: 5 months ago
Update Article

Revisions

View all history