December 2016
Beginner to intermediate
1005 pages
21h 54m
English
In this chapter, we will look at how Drupal uses the idea of roles as containers to allocate permissions to the actual site users. We'll investigate how to create user accounts in your example site and how you can give those users different capabilities using the roles and permission system. We will end by showing you how to customize the user management screen.
Drupal allows an unlimited number of user accounts—site users each with a unique username, e-mail address, and password—and it employs roles to which you can attach permissions. A site user's capabilities are dictated by the role(s) the user is a member of and the permissions that are assigned to those role(s).
Each role, including the ...
Read now
Unlock full access