默认选择记住密码
This commit is contained in:
@@ -124,9 +124,9 @@
|
|||||||
{/if}
|
{/if}
|
||||||
<!--@CaptchaEnd-->
|
<!--@CaptchaEnd-->
|
||||||
{if $keeyloginhours>0}
|
{if $keeyloginhours>0}
|
||||||
<div class="form-group checkbox">
|
<div class="form-group checkbox hidden">
|
||||||
<label class="inline" for="keeplogin" data-toggle="tooltip" title="{:__('The duration of the session is %s hours', $keeyloginhours)}">
|
<label class="inline" for="keeplogin" data-toggle="tooltip" title="{:__('The duration of the session is %s hours', $keeyloginhours)}">
|
||||||
<input type="checkbox" name="keeplogin" id="keeplogin" value="1"/>
|
<input type="hidden" name="keeplogin" id="keeplogin" value="1"/>
|
||||||
{:__('Keep login')}
|
{:__('Keep login')}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user