Files @ 971ce5e20856
Branch filter:

Location: kallithea/rhodecode/templates/email_templates/password_reset.html

Marcin Kuzminski
added warning on sqlite when using migration.
Sqlite prior to 3.7 series are known to not support some
migration changes like table renames. Thus are failing.
## -*- 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.