diff --git a/app/config/security.yml b/app/config/security.yml index 429af06723..711aaa3805 100644 --- a/app/config/security.yml +++ b/app/config/security.yml @@ -14,6 +14,10 @@ security: pattern: ^/(_(profiler|wdt)|css|images|js)/ security: false + ezpublish_forgot_password: + pattern: /user/(forgot-password|reset-password) + security: false + ezpublish_front: pattern: ^/ anonymous: ~ diff --git a/composer.json b/composer.json index fa2fbef075..30eecb3cd2 100644 --- a/composer.json +++ b/composer.json @@ -39,13 +39,13 @@ "doctrine/orm": "^2.5", "sensio/distribution-bundle": "^5.0.19", "incenteev/composer-parameter-handler": "~2.1", - "ezsystems/ezpublish-kernel": "^7.0@dev", - "ezsystems/repository-forms": "^2.0@dev", + "ezsystems/ezpublish-kernel": "^7.1@dev", + "ezsystems/repository-forms": "^2.1@dev", "ezsystems/ezplatform-solr-search-engine": "^1.5@dev", "ezsystems/ez-support-tools": "^0.2@dev", "ezsystems/ezplatform-http-cache": "^0.5@dev", - "ezsystems/ezplatform-admin-ui": "^1.0@dev", - "ezsystems/ezplatform-admin-ui-modules": "^1.0@dev", + "ezsystems/ezplatform-admin-ui": "^1.1@dev", + "ezsystems/ezplatform-admin-ui-modules": "^1.1@dev", "ezsystems/ezplatform-admin-ui-assets": "^2.0@dev", "ezsystems/ezplatform-design-engine": "^1.1", "ezsystems/platform-ui-bundle": "^2.0@dev",