Skip to content

Commit cf7fe27

Browse files
authored
Merge pull request #2949 from michaelmo5/patch-1
Changed suggested example encoder from bcrypt to auto
2 parents a9e71b6 + 938cbc4 commit cf7fe27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ in your application:
261261
# app/config/security.yml
262262
security:
263263
encoders:
264-
FOS\UserBundle\Model\UserInterface: bcrypt
264+
FOS\UserBundle\Model\UserInterface: auto
265265
266266
role_hierarchy:
267267
ROLE_ADMIN: ROLE_USER

0 commit comments

Comments
 (0)