Skip to content

Commit

Permalink
feat: audit for password modification TencentBlueKing#289
Browse files Browse the repository at this point in the history
  • Loading branch information
Canway-shiisa committed Mar 18, 2022
1 parent c54f471 commit 645cce1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/saas/bkuser_shell/audit/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
("export", _("导出")),
("import", _("导入")),
("restoration", _("恢复")),
("forget_password", _("忘记密码")),
("reset_password", _("重置密码")),
("modify_password", _("修改密码"))

)

OPERATION_NAME_MAP = {x[0]: x[1] for x in OPERATION_NAME_TUPLE}
Expand Down

0 comments on commit 645cce1

Please # to comment.