{% extends "static/login_base.html" %} {% block title %}enviPath - Sign In{% endblock %} {% block extra_styles %} /* Tab styling */ .tab-content { display: none; } .tab-content.active { display: block; } input[type="radio"].tab-radio { display: none; } .tab-label { cursor: pointer; padding: 0.75rem 1.5rem; border-bottom: 2px solid transparent; transition: all 0.3s ease; } .tab-label:hover { background-color: rgba(0, 0, 0, 0.05); } input[type="radio"].tab-radio:checked + .tab-label { border-bottom-color: #3b82f6; font-weight: 600; } {% endblock %} {% block content %}
{% csrf_token %}
Password Requirements
• 8 to 30 characters
• Upper and lower case letters
• Digits and special characters (_, -, +)
{% csrf_token %}

Why register?

Registration is required to run pathway predictions as they are computationally costly operations.

After you register, you also gain additional permissions:

Questions? Contact admin@envipath.org

{% endblock %} {% block extra_scripts %} {% endblock %}