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