추가개발12/30
This commit is contained in:
parent
3ba0aa3bd2
commit
34f6ad8ff7
|
|
@ -2,13 +2,7 @@
|
|||
@{
|
||||
ViewData["Title"] = "로그인";
|
||||
Layout = null;
|
||||
|
||||
string nptcPwd = "";
|
||||
//if (Request.ServerVariables["REMOTE_ADDR"] == "1.214.45.218") {
|
||||
nptcPwd = "rhksflwkfhrmdls999";
|
||||
//}
|
||||
}
|
||||
@nptcPwd
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" class="bg-black">
|
||||
<head>
|
||||
|
|
@ -49,7 +43,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<label class="control-label">Password</label>
|
||||
<input type="password" name="user.UserPass" id="pw" placeholder="PASSWORD" class="form-control input-lg" value="@nptcPwd" />
|
||||
<input type="password" name="user.UserPass" id="pw" placeholder="PASSWORD" class="form-control input-lg" value="" />
|
||||
</div>
|
||||
<div class="text-center">
|
||||
<label><input type="checkbox" id="SavedId2" @(string.IsNullOrEmpty(Model.SavedId) ? "" : "checked") />Remember ID</label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue