annotate core/modules/user/user.permissions.yml @ 5:12f9dff5fda9
tip
Update to Drupal core 8.7.1
author |
Chris Cannam |
date |
Thu, 09 May 2019 15:34:47 +0100 |
parents |
c75dbcec494b |
children |
|
rev |
line source |
Chris@0
|
1 administer permissions:
|
Chris@0
|
2 title: Administer permissions
|
Chris@0
|
3 restrict access: true
|
Chris@0
|
4 administer account settings:
|
Chris@0
|
5 title: 'Administer account settings'
|
Chris@0
|
6 description: 'Configure site-wide settings and behavior for user accounts and registration. This includes account cancellation methods, the content of user emails and fields attached to users.'
|
Chris@0
|
7 restrict access: true
|
Chris@0
|
8 administer users:
|
Chris@0
|
9 title: 'Administer users'
|
Chris@0
|
10 description: 'Manage all user accounts. This includes editing all user information, changes of email addresses and passwords, issuing emails to users and blocking and deleting user accounts.'
|
Chris@0
|
11 restrict access: true
|
Chris@0
|
12 access user profiles:
|
Chris@0
|
13 title: 'View user information'
|
Chris@0
|
14 change own username:
|
Chris@0
|
15 title: 'Change own username'
|
Chris@0
|
16 select account cancellation method:
|
Chris@5
|
17 title: 'Select method for cancelling account'
|
Chris@0
|
18 restrict access: true
|
Chris@0
|
19 cancel account:
|
Chris@0
|
20 title: 'Cancel own user account'
|
Chris@0
|
21 description: 'Note: content may be kept, unpublished, deleted or transferred to the anonymous user depending on the configured user settings.'
|