Fix security.yaml config

pull/2487/head
jmontoyaa 7 years ago
parent 819ec92697
commit d085eb6125
  1. 2
      config/packages/fos_user.yaml
  2. 6
      config/packages/security.yaml

@ -1,6 +1,6 @@
fos_user:
db_driver: orm # can be orm or odm
firewall_name: secured_area
firewall_name: admin
# if you change the class configuration, please also alter the sonata_user.yml file
user_class: Chamilo\UserBundle\Entity\User

@ -77,9 +77,9 @@ security:
facebook: "/administration/login/check-facebook"
google: "/administration/login/check-google"
github: "/administration/login/check-github"
login_path: /administration/login
check_path: /administration/login_check
failure_path: /administration/connect
login_path: /oauth/login
check_path: /oauth/login_check
failure_path: /oauth/connect
use_forward: false
oauth_user_provider:
service: chamilo_user_provider

Loading…
Cancel
Save