From 800d3d5710d517121d98efea0cc22f626c32960c Mon Sep 17 00:00:00 2001
From: cj <jclazz@outlook.com>
Date: Wed, 19 Sep 2018 21:16:53 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=BD=AE=E5=AF=86=E7=A0=81=E6=97=B6?=
 =?UTF-8?q?=EF=BC=8C=E9=BB=98=E8=AE=A4=E4=BB=8E=E5=8F=82=E6=95=B0=E8=A1=A8?=
 =?UTF-8?q?=E4=B8=AD=E8=8E=B7=E5=8F=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/main/resources/templates/system/user/resetPwd.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/templates/system/user/resetPwd.html b/src/main/resources/templates/system/user/resetPwd.html
index 8296daf7..6de19eb5 100644
--- a/src/main/resources/templates/system/user/resetPwd.html
+++ b/src/main/resources/templates/system/user/resetPwd.html
@@ -15,7 +15,7 @@
 			<div class="form-group">
 				<label class="col-sm-3 control-label">输入密码:</label>
 				<div class="col-sm-8">
-					<input class="form-control" type="password" name="password" id="password" value="123456">
+					<input class="form-control" type="password" name="password" id="password" th:value="${@config.getKey('sys.user.initPassword')}">
 				</div>
 			</div>
 			<div class="form-group">