"Remember me" is not remembered
Description
Steps to reproduce
Login to Integrated and check "Remember be" on the login form
Close your browser
Go back to Integrated: you have to login again
Requirements
Remember the user when "Remember be" is checked
Test scenario's
Login to Integrated and check "Remember be" on the login form. Close your browser. Go back to Integrated: you should be logged in.
Login to Integrated and uncheck "Remember be" on the login form. Close your browser. Go back to Integrated: you should have to login again.
Deployment actions
In order to enable the remember me the security.yml must be changed with the following for the default/main firewall:
remember_me:
secret: '%secret%'
lifetime: 2592000 # 30 days
path: /
Technical tasks
Activity
.Notificatie oplevering gestuurd naar Integrated Marijn (marijn@e-active.nl)
dit is de issue waar je me mee hebt geholpen
Code is prima, kan alleen github niet mergen!
this is something that needs to be configured per application in the security.yml.
In this issue I have fixed this in the Integrated skeleton and the SecurityBundle readme file.
.Schatting van 4.5 uur is geaccepteerd door Integrated Marijn.