ddns/templates/flask_user/emails/username_changed_message.txt

11 lines
275 B
Plaintext

{% extends 'flask_user/emails/base_message.txt' %}
{% block message %}
Your username has been changed.
If you did not change your username, please sign in (using your email address) and change your password.
{{ url_for('user.login', _external=True) }}
{% endblock %}