view rhodecode/templates/email_templates/password_reset.html @ 3212:6c28533d122c beta

IP restrictions now also enabled for IPv6
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 23 Jan 2013 23:51:57 +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.")}