asbsoft / yii2module-users_0_170112
Simple users management module
Installs: 15
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-module
Requires
- php: >=5.4
- asbsoft/yii2-common_2_170212: ~2.14
- yiisoft/yii2: ~2.0.12
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.