Drupal is a registered trademark of Dries Buytaert
Search API Solr 4.4.0 Minor update available for module search_api_solr (4.4.0). Page Manager 8.x-4.0 Major update available for module page_manager (8.x-4.0). Trash 3.1.0-beta2 New beta version released for module trash (3.1.0-beta2). Commerce AutoSKU 3.0.1 Minor update available for module commerce_autosku (3.0.1). Custom Field 4.0.10 Minor update available for module custom_field (4.0.10). Alternative login ID & display names 2.0.12 Minor update available for module alt_login (2.0.12). EntityReference UUID 3.0.1 Minor update available for module entity_reference_uuid (3.0.1). LocalGov Publications Importer 1.1.1 Minor update available for module localgov_publications_importer (1.1.1). Configuration Override Warn 8.x-1.6 Module config_override_warn updated after 10 months of inactivity (8.x-1.6). Table Alternate Rows Module table_altrow crossed 1,000 active installs.

Role description

287 sites No security coverage
View on drupal.org

This module allows you to add descriptive text to user roles in Drupal. This enhances the user experience by displaying descriptions next to the role checkboxes in forms, making it easier to understand what each role entails.

This module allows you add role description in drupal configuration to improve
the UX of the role widget form, adding this description to the checkboxes.

The module implements native user role widget and works with role_delegation
widget as well.

Features

  • Add role description.
  • Add description to role checkboxes widgets.

Post-Installation

None.

Additional Requirements

None.

This module works as well with role_delegation.

Similar projects

None.

Drupal core related issue

In core are working to change the role entity to add description field in:
https://www.drupal.org/project/drupal/issues/256287

We have implements this solution to avoid conflicts with core implementation.
If the issue solved, this module will be deprecated.

Known issues

For now you can't translate role description config via UI because core doesn't
support sequence data type translations via UI.

Until this will be fixed, you can copy your exported config and put in a
language/ directory to translate overrides only the keys that you want to
translate. Examples:

config/main/role_description.settings.yml

_core:
  default_config_hash: {default_config_hash}
langcode: en
role_description:
  administrator: 'The role given to admin users.'
  content_editor: 'The role given to content editors.'

config/main/language/es/role_description.settings.yml

If you only want to translate content_editor the file would contains:

role_description:
  content_editor: 'Rol a asignar a los editores de contenido.'

Activity

Total releases
1
First release
Jun 2026
Latest release
1 month ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
1.0.0-rc2 Pre-release Jun 12, 2026