core/modules/user/user.routing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/modules/user/user.routing.yml b/core/modules/user/user.routing.yml index 6eb709f..6dc4fdb 100644 --- a/core/modules/user/user.routing.yml +++ b/core/modules/user/user.routing.yml @@ -5,6 +5,9 @@ user.register: _title: 'Create new account' requirements: _access_user_register: 'TRUE' + # @todo Remove when https://www.drupal.org/node/2465053 lands. + options: + no_cache: TRUE user.logout: path: '/user/logout'