{% extends "base.html" %} {% block title %} Verify forum account {% endblock %} {% block content %}

{{ self.title() }}

Create an account by linking it to your forum account and optionally your github account.

{% if current_user.is_authenticated %}

Please log out to continue.

Logout

{% else %}

Don't have a forum account? Unfortunately, you need a forum account to register. This is because you also need to create forum topics for any packages you may upload.

Create a Forum Account {% endif %}
{% if not current_user.is_authenticated %}

Option 1 - Use GitHub field in forum profile

Enter your forum username here:

You'll need to have the GitHub field in your forum profile filled out. Log into the forum and do that here.

{% endif %} {% endblock %}