lt-password-description.html.twig in LoginToboggan 8
Default theme implementation to display password description.
Available variables:
- description: The password description text to display.
See also
1 theme call to lt-password-description.html.twig
- logintoboggan_form_alter in ./
logintoboggan.module - Implements hook_form_alter().
File
templates/lt-password-description.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to display password description.
- *
- *
- * Available variables:
- * - description: The password description text to display.
- *
- * @see template_preprocess_lt_password_description()
- *
- * @ingroup themeable
- */
- #}
- {{ description }}