Revision #11 was created by lenovo on May 7, 2020, 12:13:11 PM.
fix some typo
Content
The Problem:
Yii2 utilizes by default UserIdentity configured in config/web.php for connection, this object apply one table to authentication ('identityClass' => 'app\painel\models\User'). How to authentication from diferent tables?
Solution:
Create instances in web.php to uses UserIdentify.