Password reset and UI fixes #2

Merged
alexandre merged 3 commits from password into master 2021-12-06 17:59:23 +01:00
Showing only changes of commit 79ef9f1be8 - Show all commits

View File

@@ -10,7 +10,7 @@
<div class="alert alert-danger">Sorry, password self-reset isn't available on my intranet for security reasons.<br> <div class="alert alert-danger">Sorry, password self-reset isn't available on my intranet for security reasons.<br>
Just contact me and I'll send you a message containing a new password. Just contact me and I'll send you a message containing a new password.
</div> </div>
<a class="btn btn-outline-danger" href="/password/change">I just need to change it</a> <a class="btn btn-outline-danger" href="/password/change">I just remembered it !</a>
</div> </div>
</div> </div>
{% endblock main_block %} {% endblock main_block %}