Files @ 44678a64cfae
Branch filter:

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

Marcin Kuzminski
Use HttpFound response in login.
- redirect_to lacks possibility to pass headers
- use those headers for proper Set-Cookie handling
## -*- 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.