mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-08 01:14:34 +02:00
Added a remember me function to the login form.
This commit is contained in:
parent
62d875d1e5
commit
fd4fa7f58d
7 changed files with 34 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue