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

" + "description": "

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.

" }, { "group": "Parameter", @@ -13753,7 +13753,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

" + "description": "

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.

" }, { "group": "Parameter", diff --git a/docs/api/api_data.json b/docs/api/api_data.json index dd48fe39..930553c9 100644 --- a/docs/api/api_data.json +++ b/docs/api/api_data.json @@ -13193,7 +13193,7 @@ "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

" + "description": "

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.

" }, { "group": "Parameter", @@ -13753,7 +13753,7 @@ "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

" + "description": "

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.

" }, { "group": "Parameter", diff --git a/docs/api/api_project.js b/docs/api/api_project.js index 60396a03..05714cf9 100644 --- a/docs/api/api_project.js +++ b/docs/api/api_project.js @@ -9,7 +9,7 @@ define({ "apidoc": "0.3.0", "generator": { "name": "apidoc", - "time": "2020-09-28T10:56:44.910Z", + "time": "2020-10-08T07:51:33.367Z", "url": "https://apidocjs.com", "version": "0.25.0" } diff --git a/docs/api/api_project.json b/docs/api/api_project.json index c4ecd485..39f1a040 100644 --- a/docs/api/api_project.json +++ b/docs/api/api_project.json @@ -9,7 +9,7 @@ "apidoc": "0.3.0", "generator": { "name": "apidoc", - "time": "2020-09-28T10:56:44.910Z", + "time": "2020-10-08T07:51:33.367Z", "url": "https://apidocjs.com", "version": "0.25.0" }