yii2-usuario
yii2-usuario copied to clipboard
Advice: would you use a "profile" extra column for type of user ?
Hi: I have to put a field of "type of user" (it's like the types of user of Wordpress: editor, contributor, collaborator, ...)
Would it be good idea to put as an extra column in profile?
Is there any other better way to do with yii2-usuario ?
Thank you
Use roles. RBAC
Creates RBAC roles of "editor", "contributor"... Use the roles to control access.