aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/templates/email_templates/password_reset.html
blob: 3978f3ec6db7c898bbf6d4ce8ffe7fb1ef73c8b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## -*- 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.")}