mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Text and modal for password security.
This commit is contained in:
@@ -53,7 +53,9 @@
|
||||
</div>
|
||||
|
||||
{{ ExpandedForm.checkbox('verify_password','1', false) }}
|
||||
|
||||
<p>
|
||||
<a data-toggle="modal" data-target="#passwordModal" href="#passwordModal">{{ 'what_is_pw_security'|_ }}</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<div class="box-footer">
|
||||
@@ -63,4 +65,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
{% include 'partials.password-modal' %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user