Skip to content

Commit 67026a3

Browse files
committed
Merge remote-tracking branch 'origin/master' into public/master
* origin/master: Updated submodule references: BB-1136: Redirect to frontend after backend login - add default path BAP-8994: Upgrade Doctrine to eleminate the Security Misconfiguration Vulnerability - updated composer.json to change doctrine version
2 parents f3f6c91 + 5a56af1 commit 67026a3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

app/config/security.yml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ security:
6767
csrf_provider: form.csrf_provider
6868
check_path: oro_user_security_check
6969
login_path: oro_user_security_login
70+
default_target_path: oro_default
7071
logout:
7172
path: oro_user_security_logout
7273
invalidate_session: false

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ext-xml": "*",
2323
"symfony/symfony": "2.7.*",
2424
"twig/twig": "1.20.0",
25-
"doctrine/orm": "2.5.0",
25+
"doctrine/orm": "2.5.1",
2626
"doctrine/doctrine-bundle": "1.4.0",
2727
"doctrine/dbal": "2.5.1",
2828
"doctrine/data-fixtures": "1.1.1",

src/Oro

Submodule Oro updated from a778db6 to 03567c6

src/OroB2B

0 commit comments

Comments
 (0)