Use this template to customise the "account activation" HTML email your users will receive. Copy the file to {{ templates_dir }}/mail/activation-email.html and modify as required. If you are adding URLs into this, remember that only absolute URLS (with a domain name) make sense in email! They can be served from any stable location, including your Galaxy server or GitHub. The following variables are available for inserting into the html with Jinja2 syntax, like {{ variable_name }}. They will be rendered into the text before the email is sent: - name The user's name - user_email The user's email - date Date of registration - hostname Your galaxy's hostname - activation_url The account activation URL - terms_url Your T&Cs URL - contact_email Your galaxy's contact email - instance_resource_url Your galaxy's resource website URL - expiry_days Days until the activation link expires - custom_message Your Galaxy config custom_activation_email_message Template begins here >>>>>>
Hello {{ name }},
In order to complete the activation process for {{ user_email }} (begun on
{{ date }} at {{ hostname }}), please
click here
to verify your account.
By clicking on the above link and opening a Galaxy account you are also
confirming that you have read and agreed to
{% if terms_url %}
Galaxy's Terms and Conditions
{% else %}
Galaxy's Terms and Conditions.
{% endif %}
for use of this service. This includes a data storage limit per user
account. Attempts to subvert this limit by creating multiple accounts or
through any other method may result in termination of all associated
accounts and data.
{{ custom_message }}
{% endif %}
Regards,
Your Galaxy Team
If you cannot click on the link above, please copy and paste the
following URL into your browser:
{{ activation_url }}
If this account was not created by you, please disregard this email and
the account will be automatically terminated.