{% extends "base.html" %} {% block preTitle %} Account - {% endblock %} {% block extra_head %} {% endblock %} {% block bodyContent %}

Account Management

×
{# To configure what shows up here, change the "accountConfig" option in the strider.json definition for the provider plugin. This only shows up if "hosted" is true #} {% for message in flash %}
{{ message|raw }}
{% endfor %} {% for provider in providers %}

{{ provider.title }} Accounts

{% if provider.html %}
{% autoescape false %} {{ provider.html }} {% endautoescape %}
{% else %}

[[ account.title ]] [[ account.title ]]

{% endif %}
Add Account Note: You may need to sign out of {{ loop.key }} if you want to add a different account
{% endfor %} {% for job in userConfigs.job %}
{% autoescape false %} {{ job.html | raw }} {% endautoescape %}
{% endfor %}
Change Password
Password must be longer than 8 characters
Passwords must match
{% if jobsQuantityOnPage.enabled %}
Job Settings
{% endif %}
{% endblock %} {% block pageScripts %} {% endblock %}