We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be15427 commit bd9ff10Copy full SHA for bd9ff10
app/config/security.yml
@@ -31,7 +31,7 @@ security:
31
login_path: security_login_form
32
# Secure the login form against CSRF
33
# Reference: http://symfony.com/doc/current/cookbook/security/csrf_in_login_form.html
34
- csrf_provider: security.csrf.token_manager
+ csrf_token_generator: security.csrf.token_manager
35
36
logout:
37
# The route name the user can go to in order to logout
0 commit comments