You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a flexible user roles management system that allows adding new roles as needed. This will involve creating a separate roles table and updating the users table to reference roles through a foreign key.
Initial roles include:
user - Default role
moderator - Can approve certain data
admin - Administrator
The text was updated successfully, but these errors were encountered:
Create a flexible user roles management system that allows adding new roles as needed. This will involve creating a separate
roles
table and updating theusers
table to reference roles through a foreign key.Initial roles include:
user
- Default rolemoderator
- Can approve certain dataadmin
- AdministratorThe text was updated successfully, but these errors were encountered: