Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
dd1f56b5
Commit
dd1f56b5
authored
9 years ago
by
Robert Speicher
Browse files
Options
Download
Email Patches
Plain Diff
Customize the Devise `password_change` emails
parent
84632f0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
app/views/devise/mailer/password_change.html.haml
app/views/devise/mailer/password_change.html.haml
+10
-0
app/views/devise/mailer/password_change.text.erb
app/views/devise/mailer/password_change.text.erb
+7
-0
No files found.
app/views/devise/mailer/password_change.html.haml
0 → 100644
View file @
dd1f56b5
.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.
This diff is collapsed.
Click to expand it.
app/views/devise/mailer/password_change.text.erb
0 → 100644
View file @
dd1f56b5
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.
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment