Skip to content

Commit c7c936a

Browse files
authored
Merge pull request #261 from melroy89/patch-1
enable_authenticator_manager is deprecated
2 parents be96bf2 + ed736f6 commit c7c936a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,6 @@ For implementation into Symfony projects, please see [bundle documentation](basi
128128
bin/console doctrine:schema:update --force
129129
```
130130

131-
1. Enable the authenticator security system in `config/security.yaml` file:
132-
133-
```yaml
134-
security:
135-
enable_authenticator_manager: true
136-
```
137-
138131
1. Import the routes inside your `config/routes.yaml` file:
139132

140133
```yaml

0 commit comments

Comments
 (0)