feat: 用户名最小长度更改为 3 位

This commit is contained in:
Argo Window10 2019-12-04 15:32:14 +08:00
parent 0376daa963
commit a881196dfc
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<div class="row">
<div class="form-group col-sm-6">
<label class="control-label" for="userName">登录名称</label>
<input type="text" class="form-control" id="userName" placeholder="不可为空16字以内" minlength="4" maxlength="16" userName="true" remote="api/Register" data-remote-msg="此用户已存在" data-valid="true" />
<input type="text" class="form-control" id="userName" placeholder="不可为空16字以内" minlength="3" maxlength="16" userName="true" remote="api/Register" data-remote-msg="此用户已存在" data-valid="true" />
</div>
<div class="form-group col-sm-6">
<label class="control-label" for="displayName">显示名称</label>