mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-07 11:13:34 +01:00
Merge pull request #1323 from wallabag/v2-1302-checkbox
fix #1302: add 'stay connected' checkbox
This commit is contained in:
commit
a8596c35c8
@ -51,6 +51,12 @@ security:
|
|||||||
csrf_parameter: _csrf_token
|
csrf_parameter: _csrf_token
|
||||||
intention: authenticate
|
intention: authenticate
|
||||||
|
|
||||||
|
remember_me:
|
||||||
|
key: "%secret%"
|
||||||
|
lifetime: 31536000
|
||||||
|
path: /
|
||||||
|
domain: ~
|
||||||
|
|
||||||
logout:
|
logout:
|
||||||
path: /logout
|
path: /logout
|
||||||
target: /
|
target: /
|
||||||
|
@ -33,6 +33,11 @@
|
|||||||
<input type="password" id="password" name="_password" />
|
<input type="password" id="password" name="_password" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="input-field s12">
|
||||||
|
<input type="checkbox" id="remember_me" name="_remember_me" checked />
|
||||||
|
<label for="remember_me">{% trans %}Keep me logged in{% endtrans %}</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="card-action">
|
<div class="card-action">
|
||||||
<button class="btn waves-effect waves-light" type="submit" name="send">
|
<button class="btn waves-effect waves-light" type="submit" name="send">
|
||||||
@ -55,4 +60,4 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user