You are here

force_password_change.routing.yml in Force Password Change 8

Same filename and directory in other branches
  1. 2.0.x force_password_change.routing.yml

File

force_password_change.routing.yml
View source
  1. force_password_change.admin:
  2. path: '/admin/config/people/force_password_change'
  3. defaults:
  4. _controller: 'Drupal\force_password_change\Controller\ForcePasswordChangeController::adminPage'
  5. _title: 'Force password change'
  6. requirements:
  7. _permission: 'administer force password change'
  8. options:
  9. _admin_route: 'true'
  10. force_password_change.admin.role.list:
  11. path: 'admin/config/people/force_password_change/list/{rid}'
  12. defaults:
  13. _controller: 'Drupal\force_password_change\Controller\ForcePasswordChangeController::roleListPage'
  14. requirements:
  15. _permission: 'administer force password change'
  16. options:
  17. _admin_route: 'true'