修改登录时的默认密码
This commit is contained in:
parent
b285b63f93
commit
e25ae84437
@ -38,7 +38,7 @@
|
||||
</select>
|
||||
</div>
|
||||
<div class="logon_user">用户名ID:<input type="text" name="UserID" onkeypress="javascript:pressEnter(1, event);" value="test11" onblur="javascript:myTrim();" class="input_class"/></div>
|
||||
<div class="logon_user">密码:<input type="Password" name="Password" value="000000als" onkeypress="javascript:pressEnter(2, event);" class="input_class"/></div>
|
||||
<div class="logon_user">密码:<input type="Password" name="Password" value="APleasing001" onkeypress="javascript:pressEnter(2, event);" class="input_class"/></div>
|
||||
<!-- <div class="logon_user" style="position: relative;">验证码:<input type="text" name="CheckCode" onKeyPress="javascript:pressEnter(3, event);" class="input_class" style="margin-right: 70px; width: 110px;"/><img style="position: absolute; right: 0; bottom: 0; cursor: pointer;" src="servlet/checkcode" onclick="history.go(0)" title="点击刷新验证码"/></div> -->
|
||||
<span id='amarhidden' style='display:none'>正在检查用户请稍等.....</span>
|
||||
<div class="logon_button">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user