A request has been issued to reset the password associated with the user
"{{user_obj.login_id}}".

To reset the password, please use this link:

{{ url_for('auth:ResetPassword', login_id=user_obj.login_id, key=user_obj.pass_reset_key, _external=True) }}

If you did not request that your password be reset, please notify the website
administrator.

--
{{ settings.name.full }}
{{ current_url(root_only=True) }}
