Skip to content

Commit 6cd7516

Browse files
author
FlorianLB
committed
use a phpfunction link + vocabulary change (method -> function)
1 parent 41f6bc0 commit 6cd7516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/security.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,8 @@ any extra encoding. You can now calculate the hashed password either programmati
13601360

13611361
.. tip::
13621362

1363-
Supported algorithms for this method depend on your PHP version. Full list is available calling the PHP method ``hash_algos()``.
1363+
Supported algorithms for this method depend on your PHP version.
1364+
A full list is available calling the PHP function :phpfunction:`hash_algos`.
13641365

13651366
If you're creating your users dynamically (and storing them in a database),
13661367
you can use even tougher hashing algorithms and then rely on an actual password

0 commit comments

Comments
 (0)