You are here

better_passwords.routing.yml in Better Passwords 8

Same filename and directory in other branches
  1. 2.x better_passwords.routing.yml

File

better_passwords.routing.yml
View source
  1. better_passwords.admin_settings:
  2. path: '/admin/config/people/passwords'
  3. defaults:
  4. _form: '\Drupal\better_passwords\Form\BetterPasswordsSettingsForm'
  5. _title: 'Passwords'
  6. requirements:
  7. _permission: 'administer site configuration'