Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
dd1f56b5
Commit
dd1f56b5
authored
May 25, 2016
by
Robert Speicher
Browse files
Options
Browse Files
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.
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.
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