{% extends "base.html" %} {% block title %}Sign Up - AISBF{% endblock %} {% block content %}

Create Account

{% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% else %}
3-50 characters, letters, numbers, underscores, hyphens, and dots only
You will receive a verification email at this address
At least 8 characters with uppercase, lowercase, and numbers

Already have an account? Login here

{% if config.oauth2 and ((config.oauth2.google and config.oauth2.google.enabled) or (config.oauth2.github and config.oauth2.github.enabled)) %}

or sign up with
{% if config.oauth2.google and config.oauth2.google.enabled %} {% endif %} {% if config.oauth2.github and config.oauth2.github.enabled %} {% endif %}
{% endif %} {% endif %}
{% endblock %}