asbsoft / yii2module-users_0_170112
Simple users management module
Package info
github.com/asbsoft/yii2module-users_0_170112
Type:yii2-module
pkg:composer/asbsoft/yii2module-users_0_170112
Requires
- php: >=5.4
- asbsoft/yii2-common_2_170212: ~2.14
- yiisoft/yii2: ~2.0.12
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Module has registration users in backend, registration on frontend with confirmation by email and final activation by admin.
Initial you have to create at least one admin-user by migrations.
Module has very simple roles management in backend. Initial exists two admins' roles: 'roleRoot' and 'roleAdmin' create by migrations. In idea user with 'roleRoot' can anything (developer). User with 'roleAdmin' is owner-supermoderator of all content without some developers rights.
Another roles must be create in modules where its need by migrations. But role assignments you can do in this backend.