You are here

password_strength.routing.yml in Password Strength 8.2

File

password_strength.routing.yml
View source
  1. password_strength.settings:
  2. path: '/admin/config/security/password_strength/settings'
  3. defaults:
  4. _title: 'Password Strength settings'
  5. _form: 'Drupal\password_strength\Form\PasswordStrengthSettingsForm'
  6. requirements:
  7. _permission: 'administer site configuration'