!62 修复可能导致权限验证失效的问题-补充遗漏

Merge pull request !62 from chuanwei/v2.x
pull/63/head
dvadmin 2022-05-31 07:30:19 +00:00 committed by Gitee
commit b20e846ee0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -255,13 +255,13 @@
{
"name": "重设密码",
"value": "ResetPassword",
"api": "/api/system/user/reset_password/{id}/",
"api": "/api/system/user/{id}/reset_password/",
"method": 2
},
{
"name": "重置密码",
"value": "DefaultPassword",
"api": "/api/system/user/reset_to_default_password/{id}/",
"api": "/api/system/user/{id}/reset_to_default_password/",
"method": 2
},
{