From c0f799bf908f81c15bd358867ddb79a59cc668f3 Mon Sep 17 00:00:00 2001 From: swpark Date: Wed, 1 Dec 2021 00:07:00 +0000 Subject: [PATCH] --- BO/Views/user/pwchange.cshtml | 84 +++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 BO/Views/user/pwchange.cshtml diff --git a/BO/Views/user/pwchange.cshtml b/BO/Views/user/pwchange.cshtml new file mode 100644 index 0000000..e28a4e9 --- /dev/null +++ b/BO/Views/user/pwchange.cshtml @@ -0,0 +1,84 @@ +@model NP.Model.VMUser +@{ + Layout = "~/Views/Shared/_PopupLayout.cshtml"; +} +
+
+
+
+
+
+

개인정보 보호를 위해 비밀번호를 변경해주세요.

+

+ 비밀번호를 변경하신지 90일이 지났습니다.
+ 안전한 사용을 위하여 기존 비밀번호를 변경해야 합니다.
+ 아래에 새 비밀번호를 입력해주세요.
+

+
+
+
+
+
+
+ +
@Html.PasswordFor(m => m.User.userpass, new { @class = "form-control disp-init", @style = "width: 300px;", @maxlength = "20" })
+
+ +
@Html.PasswordFor(m => m.stringval, new { @class = "form-control disp-init", @style = "width: 300px;", @maxlength = "20" })
+
+
+ @Html.HiddenFor(w => w.User.userno) +
+
+
 
+ +
+
+
+ @Html.Partial("./Partial/DForm", Model, new ViewDataDictionary { { "preform", 1 } }) +
+@section styles{ + +} +@section scriptsHeader{ +} +@section scripts{ + +}