{% extends "layout.html" %} {% block title %}Password changed{% endblock %} {% block preheader %}Your password has been changed.{% endblock %} {% block content %}

Hi {{username}},

The password for your FitTrackee account has been changed.

{% if operating_system and browser_name %}For security, this request was received from a {{operating_system}} device using {{browser_name}}. {% endif %}If this password change wasn't initiated by you, please change your password immediately or contact your administrator if your account is locked.

Thanks,
The FitTrackee Team

{% endblock %}