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 41f6bc0 commit 6cd7516Copy full SHA for 6cd7516
book/security.rst
@@ -1360,7 +1360,8 @@ any extra encoding. You can now calculate the hashed password either programmati
1360
1361
.. tip::
1362
1363
- Supported algorithms for this method depend on your PHP version. Full list is available calling the PHP method ``hash_algos()``.
+ Supported algorithms for this method depend on your PHP version.
1364
+ A full list is available calling the PHP function :phpfunction:`hash_algos`.
1365
1366
If you're creating your users dynamically (and storing them in a database),
1367
you can use even tougher hashing algorithms and then rely on an actual password
0 commit comments