##// END OF EJS Templates
config: removed vcsserver log_level deprecated option.
config: removed vcsserver log_level deprecated option.

File last commit:

r4038:4a4a02a9 default
r4168:2a769b0d default
Show More
password_reset_confirmation.mako
31 lines | 915 B | application/x-mako | MakoHtmlLexer
/ rhodecode / templates / email_templates / password_reset_confirmation.mako
project: added all source files and assets
r1 ## -*- coding: utf-8 -*-
<%inherit file="base.mako"/>
dan
emails: updated emails design and data structure they provide....
r4038 <%namespace name="base" file="base.mako"/>
project: added all source files and assets
r1
emails: fixed newlines in email templates that can break email sending code.
r1728 <%def name="subject()" filter="n,trim,whitespace_filter">
project: added all source files and assets
r1 Your new RhodeCode password
</%def>
## plain text version of the email. Empty by default
<%def name="body_plaintext()" filter="n,trim">
dan
emails: updated emails design and data structure they provide....
r4038 Hello ${user.username},
project: added all source files and assets
r1
dan
emails: updated emails design and data structure they provide....
r4038 Below is your new access password for RhodeCode requested via password reset link.
notifications: restyling email templates #4087
r508
dan
emails: updated emails design and data structure they provide....
r4038 *If you did not request a password reset, please contact your RhodeCode administrator at: ${first_admin_email}.*
project: added all source files and assets
r1
dan
emails: updated emails design and data structure they provide....
r4038 new password: ${new_password}
project: added all source files and assets
r1
dan
emails: updated emails design and data structure they provide....
r4038 ---
notifications: restyling email templates #4087
r508 ${self.plaintext_footer()}
project: added all source files and assets
r1 </%def>
## BODY GOES BELOW
notifications: restyling email templates #4087
r508 <p>
Hello ${user.username},
</p><p>
dan
emails: updated emails design and data structure they provide....
r4038 Below is your new access password for RhodeCode requested via password reset link.
<br/><br/>
<strong>If you did not request a password reset, please contact your RhodeCode administrator at: ${first_admin_email}.</strong>
notifications: restyling email templates #4087
r508 </p>
dan
emails: updated emails design and data structure they provide....
r4038 <p>new password: <code>${new_password}</code>