summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/password_change.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/devise/mailer/password_change.html.haml')
-rw-r--r--app/views/devise/mailer/password_change.html.haml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/devise/mailer/password_change.html.haml b/app/views/devise/mailer/password_change.html.haml
new file mode 100644
index 00000000000..3349ee84807
--- /dev/null
+++ b/app/views/devise/mailer/password_change.html.haml
@@ -0,0 +1,10 @@
+.center
+ #content
+ %h2 Hello, #{@resource.name}!
+ %p
+ The password for your GitLab account on
+ #{link_to(Gitlab.config.gitlab.url, Gitlab.config.gitlab.url)}
+ has successfully been changed.
+ %p
+ If you did not initiate this change, please contact your administrator
+ immediately.