{% if message %}
{{ message }}
{% endif %}

The registration process no longer flows through here. If you are seeing this page you've taken a wrong turn.

{% if username == 'GUEST' %}

To sign up to use Hoster, you need to log in with a valid OpenID. You are not currently recognized as a user. You must first login with an OpenID. Once you have done that we can register that OpenID as a valid member of the system.

Login

{% elif target_role in roles %}

You are already a member of the system as user {{ username }}. If you want to register a different OpenID, you need to login as that other ID.

Login

{% else %}

You are logged in as user {{ username }}, but that user is not yet registered as a member. Click below to register. Add a name you'd like to be called, if you like.

If you want to register a different OpenID, you need to login as that other ID.

Login

{% endif %}