-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
The child node “secret” at path “security.firewalls.main.remember_me” must be configured -> from code example #5765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
However, using the old config option ( |
When I run my app in dev mode (app_dev.php), the version in the debug toolbar at the bottom of my page is 2.8.0-DEV. The require in my composer.json is "symfony/symfony": "2.8.x-dev". |
There is a bug in the BC layer. See symfony/symfony#16176 for the fix |
…_me (stof) This PR was merged into the 2.8 branch. Discussion ---------- Fix the BC layer for the key->secret renaming for remember_me | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony/symfony-docs#5765 | License | MIT | Doc PR | n/a There was a mistake in #15141 removing the configuration entirely. Commits ------- f52b3a0 Fix the BC layer for the key->secret renaming for remember_me
…_me (stof) This PR was merged into the 2.8 branch. Discussion ---------- Fix the BC layer for the key->secret renaming for remember_me | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony/symfony-docs#5765 | License | MIT | Doc PR | n/a There was a mistake in symfony/symfony#15141 removing the configuration entirely. Commits ------- f52b3a0 Fix the BC layer for the key->secret renaming for remember_me
I was trying to implement the remember me feature using the documentation (http://symfony.com/doc/current/cookbook/security/remember_me.html), but I got the following error message:
I opened a StackOverflow question at: http://stackoverflow.com/questions/32993824/the-child-node-secret-at-path-security-firewalls-main-remember-me-must-be-co/32998125.
Someone says
key
has been replaced withsecret
. I have updated my config and indeed the error is gone, but a new one appears. The documentation needs to be updated.The text was updated successfully, but these errors were encountered: