记住密码 文字改为 自动登录
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
公共场所慎用,下次不需要再填写帐号=Use caution in public places.
|
||||
记住账号=Remember account
|
||||
公共场所慎用,下次不需要再填写帐号和密码=Use caution in public places.
|
||||
记住密码=Remember password
|
||||
自动登录=Remember password
|
||||
|
||||
登录验证成功,正在进入...=Login authentication successful, entering...
|
||||
正在验证登录,请稍候...=Verify login, please wait...
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
class="form-control" data-style="square-blue"> ${text('记住账号')}</label>
|
||||
<label title="${text('公共场所慎用,下次不需要再填写帐号和密码')}"><input type="checkbox"
|
||||
name="rememberMe"${isNotBlank(cookie('rememberMe'))?' checked':''}
|
||||
class="form-control" data-style="square-blue"> ${text('记住密码')}</label>
|
||||
class="form-control" data-style="square-blue"> ${text('自动登录')}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user