loading and displaying real login form and register form from drupal

This commit is contained in:
2019-10-06 21:32:46 +02:00
parent 96b23acbb3
commit 6598b88945
11 changed files with 496 additions and 293 deletions

View File

@@ -1,3 +1,11 @@
materio_user.register_form:
path: '/materio_user/register_form'
defaults:
_controller: '\Drupal\materio_user\Controller\AjaxRegisterForm::getForm'
_format: json
requirements:
_access: 'TRUE'
materio_user.login_form:
path: '/materio_user/login_form'
defaults: