Added a remember me function to the login form.

This commit is contained in:
Jan Böhmer 2019-03-14 18:27:29 +01:00
parent 62d875d1e5
commit fd4fa7f58d
7 changed files with 34 additions and 0 deletions

View file

@ -33,6 +33,10 @@ security:
path: logout
target: homepage
remember_me:
secret: '%kernel.secret%'
lifetime: 2592000 # 30 days in seconds
# Easy way to control access for large sections of your site
# Note: Only the *first* access control that matches will be used
access_control: