Tagged Questions
6
votes
5answers
465 views
What do you call different user roles in software design?
I'm just curious, I'm building a web app with a User model which has role-based permissions.
I have the following roles:
Visitor (anonymous user)
?? (logged-in user)
Moderator
Admin
I'm having a ...