12 lines
382 B
JSON
12 lines
382 B
JSON
{
|
|
"version": 1,
|
|
"method": "POST",
|
|
"path": "/api/auth/password/change",
|
|
"request": ["currentPassword", "newPassword", "confirmPassword"],
|
|
"minimumPasswordLength": 8,
|
|
"successStatus": 200,
|
|
"replacementCookie": "zhinian_session",
|
|
"incrementsSessionVersion": true,
|
|
"publicUserExcludes": ["passwordHash", "passwordSalt", "sessionVersion", "accessToken", "tokenType"]
|
|
}
|