From 229a31fe428c85a389117a52de96aa8b28bdc335 Mon Sep 17 00:00:00 2001 From: shichongfu <shi_chongfu@163.com> Date: 星期日, 09 四月 2023 18:57:24 +0800 Subject: [PATCH] 添加参数,重置密码的方式(mail=密码发送到邮件,default=不发送邮件,默认初始密码) --- .gitignore | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 5dedbdc..2276a29 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ target/ .classpath .project -.settings/ \ No newline at end of file +.settings/ +logs/ -- Gitblit v1.9.2