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{ + +}