{% extends "static/login_base.html" %} {% block title %}enviPath - Sign In{% endblock %} {% block extra_styles %} {% endblock %} {% block content %}
{% csrf_token %}
Password Requirements
• 8 to 30 characters
• Upper and lower case letters
• Digits and special characters (_, -, +)
{% csrf_token %}

By clicking Sign Up, you agree to our Terms of Use.

enviPath is free for academic and non-commercial use only.

Why register?

enviPath is free for academic research and educational purposes. However, we require registration to ensure the security of the platform and to prevent abuse.

Questions? Check our documentation or the community forums.

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