diff --git a/docs/api/api_data.js b/docs/api/api_data.js index 238860d5..55376cae 100644 --- a/docs/api/api_data.js +++ b/docs/api/api_data.js @@ -13193,7 +13193,7 @@ define({ "api": [ "type": "Boolean", "optional": true, "field": "hashedPassword", - "description": "
If true
then password is already hashed, so store as. Hash needs to be bcrypt $2a
, $2y
or $2b
. Additionally md5-crypt hashes $1
are allowed but these are rehashed on first successful authentication
If true
then password is already hashed, so store as. Supported hashes: pbkdf2, bcrypt ($2a, $2y, $2b), md5 ($1), sha256 ($6), sha512 ($6), argon2 ($argon2, $argon2d, $argon2id). Stored hashes are rehashed to pbkdf2 on first successful password check.
If true
then password is already hashed, so store as. Hash needs to be bcrypt $2a
, $2y
or $2b
. Additionally md5-crypt hashes $1
are allowed but these are rehashed on first successful authentication
If true
then password is already hashed, so store as. Supported hashes: pbkdf2, bcrypt ($2a, $2y, $2b), md5 ($1), sha256 ($6), sha512 ($6), argon2 ($argon2, $argon2d, $argon2id). Stored hashes are rehashed to pbkdf2 on first successful password check.
If true
then password is already hashed, so store as. Hash needs to be bcrypt $2a
, $2y
or $2b
. Additionally md5-crypt hashes $1
are allowed but these are rehashed on first successful authentication
If true
then password is already hashed, so store as. Supported hashes: pbkdf2, bcrypt ($2a, $2y, $2b), md5 ($1), sha256 ($6), sha512 ($6), argon2 ($argon2, $argon2d, $argon2id). Stored hashes are rehashed to pbkdf2 on first successful password check.
If true
then password is already hashed, so store as. Hash needs to be bcrypt $2a
, $2y
or $2b
. Additionally md5-crypt hashes $1
are allowed but these are rehashed on first successful authentication
If true
then password is already hashed, so store as. Supported hashes: pbkdf2, bcrypt ($2a, $2y, $2b), md5 ($1), sha256 ($6), sha512 ($6), argon2 ($argon2, $argon2d, $argon2id). Stored hashes are rehashed to pbkdf2 on first successful password check.