自动检查管理员弱密码并提醒

This commit is contained in:
GoEdgeLab
2023-04-04 17:26:28 +08:00
parent 09a0846fb6
commit 5daa0d6108
9 changed files with 87 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
Tea.context(function () {
this.createAdmin = function () {
teaweb.popup("/admins/createPopup", {
height: "22em",
height: "30em",
callback: function () {
teaweb.success("保存成功", function () {
teaweb.reload()