You are here

registration_link.routing.yml in Registration Link 8.2

Same filename and directory in other branches
  1. 8 registration_link.routing.yml

File

registration_link.routing.yml
View source
  1. registration_link.register:
  2. path: '/user/register'
  3. defaults:
  4. _entity_form: 'user.register'
  5. _title: 'Create new account'
  6. requirements:
  7. _registration_link_custom_access: 'TRUE'
  8. _role: 'administrator+anonymous'