Skip to content

Commit c5fc086

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: minor tweaks Fixed wording of "#13188" Move caution plus reword
2 parents 7b93038 + a29cfc9 commit c5fc086

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

security/user_provider.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,11 @@ Now you can configure all the user information in ``config/packages/security.yam
286286
john_admin: { password: '$2y$13$jxGxc ... IuqDju', roles: ['ROLE_ADMIN'] }
287287
jane_admin: { password: '$2y$13$PFi1I ... rGwXCZ', roles: ['ROLE_ADMIN', 'ROLE_SUPER_ADMIN'] }
288288
289+
.. caution::
290+
291+
When using a ``memory`` provider, and not the ``auto`` algorithm, you have
292+
to choose an encoding without salt (i.e. ``bcrypt``).
293+
289294
.. _security-ldap-user-provider:
290295

291296
LDAP User Provider

0 commit comments

Comments
 (0)