{% extends 'global/master.twig' %} {% block title %}Register{% endblock %} {% block content %} {% if sakura.lockAuth or sakura.disableRegistration %}

Registration is disabled.

Please try again later.

{% else %}
Register
{% if sakura.recaptchaEnabled %}
{% include 'elements/captcha.twig' %}
{% endif %}

Are you {{ haltName }}?

Making more than one account is not permitted.

If you lost your password please use the reset password form but if you don't already have an account you can go ahead and click the link below to show the registration form this check is based on your IP so in some cases someone may have registered/used the site on this IP already.

If we find out that you already have an account we may question you about it, if you can give a good reason we'll let it slide otherwise we may issue a temporary ban.

{% endif %} {% endblock %}