mdmsoft / yii2-admin

Auth manager for Yii2 (RBAC Manager)
GNU General Public License v3.0
1.16k stars 577 forks source link

Which is the most suitable user module for yii2-admin extension #277

Open sherinjose opened 8 years ago

sherinjose commented 8 years ago

I just installed yii2 and looking for a better RBAC module. Finally I select yii2-admin. But I am confused with which user module with profile model is suitable for the yii2-admin. I just tried yii2 basic user migration. But it didn't have a profile model. So please suggest me the right one.

marcoadasilvaa commented 8 years ago

Hello, is true yii2-app-basic don't have migration of user table, but maybe you can use the migration for advanced

https://github.com/yiisoft/yii2-app-advanced/blob/master/console/migrations/m130524_201442_init.php

In my case, i used this migration and don't have any problem with yii2-admin integration.

Updated: yii2-admin have migrations for user table, check this:

https://github.com/mdmsoft/yii2-admin/blob/master/migrations/m160312_050000_create_user.php