Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #3432109: Add new route
/my-settings
to redirect users to the…
…ir settings page In order to help users going to their settings page, this commit is adding: - A new custom route which path is `/my-settings`, using the core controller `\Drupal\user\Controller\UserController::userEditPage` so we don't need to maintain in ourselves; - A Behat test to check if the route is properly redirection users to `/users/*/edit`.
- Loading branch information