{% include 'global/header.tpl' %} {% if sakura.lockauth %}

Authentication is currently disallowed, try again later.

{% else %}
Login to {{ sakura.sitename }}
Lost Password
Register on {{ sakura.sitename }}
{% if not sakura.disableregister %}
{% if sakura.requireregcodes %}
{% endif %} {% if sakura.recaptcha_enable %}
{% endif %}
{% if auth.blockRegister.do %}

Are you {{ auth.blockRegister.username }}?

Making more than one account is not permitted.

If you lost your password please use the form on the bottom left 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 %} {% else %}

Registration is disabled.

Please try again later.

{% endif %}
{% if not sakura.requireactive %}
Resend Activation E-mail
{% endif %}
{% endif %} {% include 'global/footer.tpl' %}