##// END OF EJS Templates
feat(configs): deprecared old hooks protocol and ssh wrapper....
feat(configs): deprecared old hooks protocol and ssh wrapper. New defaults are now set on v2 keys, so previous installation are automatically set to new keys. Fallback mode is still available.

File last commit:

r5037:bd722d6e default
r5496:cab50adf default
Show More
password_reset_confirmation.mako
30 lines | 890 B | application/x-mako | MakoHtmlLexer
/ rhodecode / templates / email_templates / password_reset_confirmation.mako
project: added all source files and assets
r1 <%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>