user.permissions.html.twig

Same filename in other branches
  1. 8.9.x core/modules/help_topics/help_topics/user.permissions.html.twig
  2. 10 core/modules/user/help_topics/user.permissions.html.twig
  3. 11.x core/modules/user/help_topics/user.permissions.html.twig
---
label: 'Modifying the permissions for a role'
related:
  - user.overview
  - user.new_role
  - core.security
---
{% set permissions_url = render_var(url('user.admin_permissions')) %}
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Modify the permissions for an existing role.{% endtrans %}</p>
<h2>{% trans %}Steps{% endtrans %}</h2>
<ol>
  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>People</em> &gt; <a href="{{ permissions_url}}"><em>Permissions</em></a>.{% endtrans %}</li>
  <li>{% trans %}Review the permissions for the role, paying particular attention to the permissions marked with <em>Warning: Give to trusted roles only; this permission has security implications.</em> Uncheck permissions that this role should not have, in the row of the permission and the column of the role; check permissions that this role should have.{% endtrans %}</li>
  <li>{% trans %}Click <em>Save permissions</em>.{% endtrans %}</li>
</ol>

File

core/modules/help_topics/help_topics/user.permissions.html.twig

View source
  1. ---
  2. label: 'Modifying the permissions for a role'
  3. related:
  4. - user.overview
  5. - user.new_role
  6. - core.security
  7. ---
  8. {% set permissions_url = render_var(url('user.admin_permissions')) %}
  9. <h2>{% trans %}Goal{% endtrans %}</h2>
  10. <p>{% trans %}Modify the permissions for an existing role.{% endtrans %}</p>
  11. <h2>{% trans %}Steps{% endtrans %}</h2>
  12. <ol>
  13. <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>People</em> &gt; <a href="{{ permissions_url}}"><em>Permissions</em></a>.{% endtrans %}</li>
  14. <li>{% trans %}Review the permissions for the role, paying particular attention to the permissions marked with <em>Warning: Give to trusted roles only; this permission has security implications.</em> Uncheck permissions that this role should not have, in the row of the permission and the column of the role; check permissions that this role should have.{% endtrans %}</li>
  15. <li>{% trans %}Click <em>Save permissions</em>.{% endtrans %}</li>
  16. </ol>

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.