????
Current Path : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/flask_security/templates/security/email/ |
Current File : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/flask_security/templates/security/email/welcome.txt |
{# This template receives the following context: confirmation_link - the link that should be fetched (GET) to confirm confirmation_token - this token is part of confirmation link - but can be used to construct arbitrary URLs for redirecting. user - the entire user model object security - the Flask-Security configuration #} {{ _fsdomain('Welcome %(email)s!', email=user.email) }} {% if security.confirmable %} {{ _fsdomain('You can confirm your email through the link below:') }} {{ confirmation_link }} {% endif %}