{%- extends 'login/authforms.html' -%} {% block pagetitle -%} {{ref_user.username + " invites you to " + SITE_NAME if ref_user else "Sign Up"}} {%- endblock %} {% block pagetype %}login{% endblock %} {% block template_config %} {% set root_scope.js = true %} {% set root_scope.include_user_css = false %} {% set root_scope.include_seo = false %} {% set root_scope.include_cf_2fa_verify = false %} {% endblock %} {% set login_namespace = namespace() %} {% if ref_user %} {% set login_namespace.authtitle = '@' + ref_user.username + ' has invited you!' %} {% set login_namespace.authtext = 'Looks like someone wants you to join ' + SITE_NAME + '.' %} {% elif not site_settings['login_required'] %} {% set login_namespace.authtitle = "Create your account." %} {% set login_namespace.authtext = "No email address required." %} {% endif %} {% if ref_user or not site_settings['login_required'] %} {% block authtitle %}{{login_namespace.authtitle}}{% endblock %} {% block authtext %}{{login_namespace.authtext}}{% endblock %} {% endif %} {% block content %}
{% if not ref_user and SITE_NAME == 'rDrama' and site_settings['login_required'] %}

Hiiiiii it’s your favorite user Carp! We’re currently on Login Required mode for one of a few reasons:

  1. The site is running really slowly and we think it might be miscreants up to no good, or
  2. It’s our monthly 24 hours of login-required-mode to encourage lovely lurkers to become lovely new friends of ours, or
  3. Someone clicked the toggle by mistake lol oops sorry!

But that’s all fine. Signing up is easy. It takes literally like 4 seconds if you’re slow. You don’t even need an email! Just pick a username, make up some neat new password where you replace all the e’s with 3s or whatever and bam, done, you’re in.
Remember to click “Follow” on my profile!

I love you.
xoxo carp 💋


{% elif not ref_user and SITE_NAME == 'WPD' and site_settings['login_required'] %}

Hi you!watchpeopledie.tv is currently doing our monthly 24(ish) hours of "everyone needs to have an account" — sorry about that! But making an account is actually super easy. You don't even need an email address! Literally just pick a username, set a password, and that's that. Bam, done, like 8 seconds, tops.

We WANT you with us 💖
Please join!


{% endif %}
{% if error %}
{{error}}
{% endif %} {% if redirect %}{% endif %} {% if ref_user %}{% endif %} (optional) Minimum of 8 characters required. Your password meets the requirements.
{% if turnstile != DEFAULT_CONFIG_VALUE %}
{% endif %}
Already have an account?
{% endblock %} {% block scripts %} {% if turnstile != DEFAULT_CONFIG_VALUE %} {% endif %} {% endblock %}