Update topics/authentication/password-policies.adoc
This commit is contained in:
parent
bcb3a0e1c4
commit
18feccd875
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ Update Password required action other than setting it manually for every user.
|
||||||
|
|
||||||
Here's an explanation of each policy type:
|
Here's an explanation of each policy type:
|
||||||
|
|
||||||
|
{% if book.community %}
|
||||||
HashAlgorithm::
|
HashAlgorithm::
|
||||||
Passwords are not stored as clear text. Instead they are hashed using standard hashing algorithms before they are stored or validated.
|
Passwords are not stored as clear text. Instead they are hashed using standard hashing algorithms before they are stored or validated.
|
||||||
{% if book.community %}
|
|
||||||
The only built-in and default algorithm available is PBKDF2. See the link:{{book.developerguide.link}}[{{book.developerguide.name}}]
|
The only built-in and default algorithm available is PBKDF2. See the link:{{book.developerguide.link}}[{{book.developerguide.name}}]
|
||||||
on how to plug in your own algorithm. Note that if you do change the algorithm, password hashes will not change in storage until
|
on how to plug in your own algorithm. Note that if you do change the algorithm, password hashes will not change in storage until
|
||||||
the next time the user logs in.
|
the next time the user logs in.
|
||||||
|
|
Loading…
Reference in a new issue