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.
1 parent e4f24f9 commit bba6ba2Copy full SHA for bba6ba2
security/user_provider.rst
@@ -215,6 +215,11 @@ It's not recommended to use this provider in real applications because of its
215
limitations and how difficult it is to manage users. It may be useful in application
216
prototypes and for limited applications that don't store users in databases.
217
218
+.. caution::
219
+
220
+ When using a ``memory`` provider, the :class:`Symfony\\Component\\Security\\Core\\User\\User`
221
+ and not the ``auto`` algorithm, you have to choose an encoding without salt (i.e. ``bcrypt``).
222
223
This user provider stores all user information in a configuration file,
224
including their passwords. That's why the first step is to configure how these
225
users will encode their passwords:
0 commit comments