{{ _fsdomain('Your password has been changed') }}
{% if security.recoverable %}
{{ _fsdomain('If you did not change your password, click the link below to reset it.') }}
{{ url_for_security('forgot_password', _external=True) }}
{% endif %}
