{% extends "base.html" %} {% block title %}Register{% endblock %} {% block content %}
{{ flash_me() }}

Sign in here.

{% if redis_is_available: %}
Remember me
Import existing collections

Don't have an account?

{% if redis_is_available: %} Create a new account {% else %}

You cannot create an account at this moment.
Please try again later.

{% endif %}

Login with external services

{% if external_login: %}
{% if external_login["github"]: %} Login with Github {% else %}

Github login is not available right now

{% endif %} {% if external_login["orcid"]: %} Login with ORCID {% else %}

ORCID login is not available right now

{% endif %}
{% else: %}

Sorry, you cannot login with Github or ORCID at this time.

{% endif %} {% else: %}

You cannot login at this moment using your GeneNetwork account (the authentication service is down).
Please try again later.

{% endif %} {% if not external_login: %}
Note: it is safe to use GeneNetwork without a login. Login is only required for keeping track of collections and getting access to some types of restricted data.
{% endif %}
{% endblock %} {% block css %} {% endblock %} {% block js %} {% endblock %}