mirror of
https://gitee.com/wkeyuan/DWSurvey.git
synced 2024-12-02 12:08:44 +08:00
演示账号问题
This commit is contained in:
parent
c6ccb24bec
commit
96c0dfc9b1
@ -9,7 +9,7 @@ DWSurvey是一款方便、高效、实用的调研问卷系统,一款基于 JA
|
|||||||
|
|
||||||
[http://www.diaowen.net](http://www.diaowen.net)
|
[http://www.diaowen.net](http://www.diaowen.net)
|
||||||
|
|
||||||
用户名:service@diaowen 密码: 123456
|
用户名:service@diaowen.net 密码: 123456
|
||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
|
@ -125,14 +125,14 @@ label.error{
|
|||||||
<div class="frmItem">
|
<div class="frmItem">
|
||||||
<label for="" class="frm_label">邮箱</label>
|
<label for="" class="frm_label">邮箱</label>
|
||||||
<div class="frm_controls">
|
<div class="frm_controls">
|
||||||
<input id="username" type="text" class="frm-controlM" name="username" value="<shiro:principal></shiro:principal>" >
|
<input id="username" type="text" class="frm-controlM" name="username" value="" >
|
||||||
<span class="frm_desc">用来登录调问网,接收到激活邮件才能完成注册</span>
|
<span class="frm_desc">用来登录调问网,接收到激活邮件才能完成注册</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="frmItem">
|
<div class="frmItem">
|
||||||
<label for="" class="frm_label">密码</label>
|
<label for="" class="frm_label">密码</label>
|
||||||
<div class="frm_controls">
|
<div class="frm_controls">
|
||||||
<input type="password" name="password" id="passwordInput" class="frm-controlM" >
|
<input type="password" name="password" id="passwordInput" class="frm-controlM" value="" >
|
||||||
<span class="frm_desc">字母、数字或者英文符号,最短6位,区分大小写</span>
|
<span class="frm_desc">字母、数字或者英文符号,最短6位,区分大小写</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user