13 lines
352 B
HTML
13 lines
352 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<h3>Account Password Changed</h3>
|
|
|
|
The password for user {{ username | user_reference }} has been updated.
|
|
<br>
|
|
<br>
|
|
If this change was not expected, please immediately log into your account settings and reset your email address,
|
|
or <a href="https://quay.io/contact">contact support</a>.
|
|
|
|
{% endblock %}
|