mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00

What we had before was a little bit terse, so add some reasonable text. Also mention in the confirmation page that sending an email is predicated on there actually being an account matching the specified email address (and we deliberately don't specify whether there is or not, in order to prevent user enumeration). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
7 lines
211 B
HTML
7 lines
211 B
HTML
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block content %}
|
|
<p>{% trans "If an account exists with the specified email address, an email with password reset instructions has been sent." %}</p>
|
|
{% endblock %}
|