默认选择记住密码

This commit is contained in:
root
2026-06-10 06:57:02 +08:00
parent 5dea4c8b28
commit a6c87e8e25
+2 -2
View File
@@ -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>