summaryrefslogtreecommitdiff
path: root/openstack-dashboard/dashboard/templates/registration/password_reset_complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack-dashboard/dashboard/templates/registration/password_reset_complete.html')
-rw-r--r--openstack-dashboard/dashboard/templates/registration/password_reset_complete.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/openstack-dashboard/dashboard/templates/registration/password_reset_complete.html b/openstack-dashboard/dashboard/templates/registration/password_reset_complete.html
new file mode 100644
index 00000000..dc972451
--- /dev/null
+++ b/openstack-dashboard/dashboard/templates/registration/password_reset_complete.html
@@ -0,0 +1,19 @@
+{% extends "base.html" %}
+{% block region %}{% endblock %}
+
+{% block title %}Reset Password{% endblock %}
+
+{% block content %}
+ <div id="page_head">
+ <h2>Password reset complete</h2>
+ </div>
+
+ <div class="ui-state-highlight ui-corner-all success">
+ <span class="close ui-icon ui-icon-circle-close" style="display:none;"></span>
+ <p>
+ <span class="ui-icon ui-icon-check"></span>
+ Your password has been reset. You can now <a href="/accounts/login">login</a>.
+ </p>
+ </div>
+
+{% endblock %}