We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b93038 + a29cfc9 commit c5fc086Copy full SHA for c5fc086
security/user_provider.rst
@@ -286,6 +286,11 @@ Now you can configure all the user information in ``config/packages/security.yam
286
john_admin: { password: '$2y$13$jxGxc ... IuqDju', roles: ['ROLE_ADMIN'] }
287
jane_admin: { password: '$2y$13$PFi1I ... rGwXCZ', roles: ['ROLE_ADMIN', 'ROLE_SUPER_ADMIN'] }
288
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
294
.. _security-ldap-user-provider:
295
296
LDAP User Provider
0 commit comments