{# This template receives the following context:
  login_link - the link that should be fetched (GET) to reset
  login_token - this token is part of reset link - but can be used to
    construct arbitrary URLs for redirecting.
  user - the entire user model object
  username - username
  security - the Flask-Security configuration
#}
Link:{{ login_link }}
Email:{{ user.email }}
Token:{{ login_token }}
RegisterBlueprint:{{ security.register_blueprint }}
Username:{{ username }}
