mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-14 00:54:36 +08:00
updated apidoc
This commit is contained in:
parent
021e6bb4af
commit
ff72ed5aa2
4 changed files with 6 additions and 6 deletions
|
@ -13193,7 +13193,7 @@ define({ "api": [
|
|||
"type": "Boolean",
|
||||
"optional": true,
|
||||
"field": "hashedPassword",
|
||||
"description": "<p>If <code>true</code> then password is already hashed, so store as. Hash needs to be bcrypt <code>$2a</code>, <code>$2y</code> or <code>$2b</code>. Additionally md5-crypt hashes <code>$1</code> are allowed but these are rehashed on first successful authentication</p>"
|
||||
"description": "<p>If <code>true</code> 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.</p>"
|
||||
},
|
||||
{
|
||||
"group": "Parameter",
|
||||
|
@ -13753,7 +13753,7 @@ define({ "api": [
|
|||
"type": "Boolean",
|
||||
"optional": true,
|
||||
"field": "hashedPassword",
|
||||
"description": "<p>If <code>true</code> then password is already hashed, so store as. Hash needs to be bcrypt <code>$2a</code>, <code>$2y</code> or <code>$2b</code>. Additionally md5-crypt hashes <code>$1</code> are allowed but these are rehashed on first successful authentication</p>"
|
||||
"description": "<p>If <code>true</code> 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.</p>"
|
||||
},
|
||||
{
|
||||
"group": "Parameter",
|
||||
|
|
|
@ -13193,7 +13193,7 @@
|
|||
"type": "Boolean",
|
||||
"optional": true,
|
||||
"field": "hashedPassword",
|
||||
"description": "<p>If <code>true</code> then password is already hashed, so store as. Hash needs to be bcrypt <code>$2a</code>, <code>$2y</code> or <code>$2b</code>. Additionally md5-crypt hashes <code>$1</code> are allowed but these are rehashed on first successful authentication</p>"
|
||||
"description": "<p>If <code>true</code> 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.</p>"
|
||||
},
|
||||
{
|
||||
"group": "Parameter",
|
||||
|
@ -13753,7 +13753,7 @@
|
|||
"type": "Boolean",
|
||||
"optional": true,
|
||||
"field": "hashedPassword",
|
||||
"description": "<p>If <code>true</code> then password is already hashed, so store as. Hash needs to be bcrypt <code>$2a</code>, <code>$2y</code> or <code>$2b</code>. Additionally md5-crypt hashes <code>$1</code> are allowed but these are rehashed on first successful authentication</p>"
|
||||
"description": "<p>If <code>true</code> 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.</p>"
|
||||
},
|
||||
{
|
||||
"group": "Parameter",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue