- {{ info }}
- |
- |
-
- {{ password_form.non_field_errors }}
- {{ email_form.email.errors }}
- {{ affiliation_form.affiliation.errors }}
- {{ error_msg }}
- {% for msg in messages %}
- {% if msg.message %}
- {{ msg.message }} ({{ msg.extra_tags }})
- {% endif %}
- {% endfor %}
-
- |
- |
Username | -{{ username }} | -
Password | -- ******** - - - - | -
Affiliation | -- {{ affiliation }} - - - - - | -
E-mail Address | -- {{ email }} - - - - - | -
API Key - | -- double click to show - {{ api_key }} - - | -
Port | -{{ port }} | -
Linked Accounts | -
-
- {% for type, accounts in social_auth.associated.items %}
- {% for account in accounts %}
- {% if account.provider == "facebook"%}
-
- {% endif %}
- {% if account.provider == "google"%}
-
- {% endif %}
- {% if account.provider == "github"%}
-
- {% endif %}
- {% if account.provider == "live"%}
-
- {% endif %}
- {% if account.provider == "yahoo"%}
-
- {% endif %}
- {% comment %}
-
- {{ account.provider|title }} (ID {{ account.id }}) - {% endcomment %} - {% endfor %} - {% endfor %} - - {% for name, accounts in social_auth.not_associated.items %} - {% for name in accounts %} - - {% if name == "facebook"%} - - {% endif %} - {% if name == "google"%} - - {% endif %} - {% if name == "github"%} - - {% endif %} - {% if name == "live"%} - - {% endif %} - {% if name == "yahoo"%} - - {% endif %} - - {% endfor %} - {% endfor %} - |
-
-
Your Keys |
- - | -
Public Key - | -- ******** - - - - - - - | -
Private Key | -******** - - - | -
-
- For better - security we recommend that you - download and delete your - private key from the - server. Always store your - private key in a secure - location. - |
-