forked from symfony/maker-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature symfony#986 [make:auth] Add
RememberMeBadge
(bechir)
This PR was squashed before being merged into the 1.0-dev branch. Discussion ---------- [make:auth] Add `RememberMeBadge` Fix symfony#848 `@weaverryan` in symfony#848: > EDIT: And I wonder if we should even ask "Do you want to support remember me?" during this process? We could then ask "Do you want remember me to be activated via a checkbox or always activated"? We could use this to determine how the template is generated AND to automatically add the correct remember_me config to security.yaml. - [x] Ask "Do you want to support remember me?" and "Do you want remember me to be activated via a checkbox or always activated"? - [x] Add RememberMeBadge in `LoginFormAuthenticator` when remember me is supported - [x] Update generated `security.yaml` - [x] Update `security/login.html.twig` Commits ------- 7e89801 [make:auth] Add `RememberMeBadge`
- Loading branch information
Showing
8 changed files
with
253 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.