{%- 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 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?
{% if not ref_user and SITE_NAME == 'WPD' and SITE_SETTINGS['login_required'] %}

* okay so it's actually whenever I feel like hitting that Login Required button. I'm really sorry, but you have to understand: WE WANT TO BE YOUR FRIEND. And we can't do that unless you join. There's really no reason not to. Like I said, 8 seconds at most to register. What are you worried about? Your email being sold? I don't even know what that means and you don't either. Go ahead, tell me what you'd do if someone said like, "alright bud, go sell your email address to someone." WHAT DOES THAT MEAN? And, again, you really don't even need an email. Just a username and some stupid password. That's all. Come on. Peer pressure.

{% endif %}
{% endblock %} {% block scripts %} {% if turnstile != DEFAULT_CONFIG_VALUE %} {% endif %} {% endblock %}