aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/templates/email_templates/password_reset.html
blob: e25ef894dbbec26e33b9d4c5c9b8fff959ddcfb6 (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.')}