forked from enviPath/enviPy
[Feature] Password Reset Flow (#88)
Fixes #83 Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#88
This commit is contained in:
5
templates/static/password_reset_complete.html
Normal file
5
templates/static/password_reset_complete.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends "static/static_base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<p>Your password has been reset successfully. <a href="{% url 'login' %}">Login</a></p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user