Browse Source

Evolution #175: cookie remember_me

bastien 13 years ago
parent
commit
4422f8db59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Muzich/CoreBundle/Resources/config/security.yml

+ 1 - 1
src/Muzich/CoreBundle/Resources/config/security.yml View File

23
                 target: /hello
23
                 target: /hello
24
             anonymous:  ~
24
             anonymous:  ~
25
             remember_me:
25
             remember_me:
26
-              key:      sfdg45m14ez4g5f69ez8s1n
26
+              key:      %secret%
27
               lifetime: 1209600
27
               lifetime: 1209600
28
               path:     /
28
               path:     /
29
               domain:   ~
29
               domain:   ~