Customize the Devise password_change emails

This commit is contained in:
Robert Speicher 2016-05-25 17:49:34 -04:00
parent 84632f0aff
commit dd1f56b5c4
2 changed files with 17 additions and 0 deletions

View file

@ -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.

View file

@ -0,0 +1,7 @@
Hello, <%= @resource.name %>!
The password for your GitLab account on <%= Gitlab.config.gitlab.url %>
has successfully been changed.
If you did not initiate this change, please contact your administrator
immediately.