view rhodecode/templates/email_templates/password_reset.html @ 3286:e267b8e91db3 beta

summary: show "Show by ID" toggler after the clone url It looked like something important ... but most users don't need it.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 30 Jan 2013 18:34:29 +0100
parents 294413a5f11d
children 5c310b7b01ce
line wrap: on
line source

## -*- coding: utf-8 -*-
<%inherit file="main.html"/>

${_('Hello')} ${user}

${_('We received a request to create a new password for your account.')}

${_('You can generate it by clicking following URL')}:

${reset_url}

${_("If you didn't request new password please ignore this email.")}