系统用户增加是否允许登录选项

This commit is contained in:
GoEdgeLab
2021-03-30 11:00:06 +08:00
parent 1cecc37d8f
commit 0cbf87ecb0
8 changed files with 35 additions and 0 deletions

View File

@@ -32,6 +32,13 @@
<input type="password" name="pass2" maxlength="100"/>
</td>
</tr>
<tr>
<td>是否允许登录</td>
<td>
<checkbox name="canLogin" value="1"></checkbox>
<p class="comment">选中后才可以登录当前的管理平台。</p>
</td>
</tr>
<tr>
<td>是否为超级管理员</td>
<td>