Commit 5a37aa1
committed
feature #1356 Added "remember me" feature in the login form (artyuum)
This PR was merged into the main branch.
Discussion
----------
Added "remember me" feature in the login form
"Remember me" is a common functionality in login forms and I noticed that the demo application does not have it.
This PR is a small change and any user can easily find that in the documentation, but I believe that this is still a relevant addition in order to make this demo a bit more "complete" and show that Symfony can provide common functionalities out of the box.
I also didn't find any discussion (issue/pr) about this functionality so I don't know whether it was intended to not have it in the demo app.
What do you think?
Commits
-------
bd03bad Added "remember me" feature in the login formFile tree
2 files changed
+15
-0
lines changed- config/packages
- templates/security
2 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
47 | 56 | | |
48 | 57 | | |
49 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
| |||
0 commit comments