Correct functions for creating new users, confirming email, resetting password and forgot password.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{% extends "security/base.html" %}
|
||||
{% from "macros.html" import render_field %}
|
||||
|
||||
{% block title %} {{ _fsdomain('Reset password') }} {% endblock %}
|
||||
{% block content_title %} {{ _fsdomain('Reset password') }} {% endblock %}
|
||||
{% block title %} {{ _fsdomain('Reset AskEveAI password') }} {% endblock %}
|
||||
{% block content_title %} {{ _fsdomain('Reset AskEveAI password') }} {% endblock %}
|
||||
{% block content_description %}An email will be sent to you with instructions.{% endblock %}
|
||||
{% block content %}
|
||||
{# {% include "security/_messages.html" %}#}
|
||||
{# <form action="{{ url_for_security('reset_password', token=reset_password_token) }}" method="post" name="reset_password_form">#}
|
||||
{# <form action="{{ prefixed_url_for('security.reset_password', token=reset_password_token) }}" method="post" name="reset_password_form">#}
|
||||
<form action="" method="post">
|
||||
{{ reset_password_form.hidden_tag() }}
|
||||
{# {{ render_form_errors(reset_password_form) }}#}
|
||||
|
||||
Reference in New Issue
Block a user