## -*- coding: utf-8 -*- <%inherit file="base.mako"/> <%def name="subject()" filter="n,trim"> Your new RhodeCode password ## plain text version of the email. Empty by default <%def name="body_plaintext()" filter="n,trim"> Hi ${user.username}, Below is your new access password for RhodeCode. password: ${new_password} *If you didn't request a new password, please contact your RhodeCode administrator immediately.* ## BODY GOES BELOW
${body_plaintext()}