{% extends "layout.html" %} {% block title %} Register for {{cfg("sr.ht", "site-name")}} {% endblock %} {% block content %}

Register for {{cfg("sr.ht", "site-name")}} or log in

{% if is_external_auth() %}

Registration is disabled because {{cfg("sr.ht", "site-name")}} authentication is managed by a different service. Please contact the system administrator for further information.

{% elif allow_registration() %} {% if cfg("meta.sr.ht::billing", "enabled") == "yes" %}

{% if payment %} You are registering as a maintainer. After you complete your registration, you will be taken to the billing page, where you'll be provided information on payment options, financial aid, and so on. Register as a contributor instead {{icon('caret-right')}} {% else %} You are registering as a contributor, which is free but will limit your access to some features. After you complete registration, you can convert to a maintainer account by setting up billing on your profile at any time. Register as a maintainer instead {{icon('caret-right')}} {% endif %}

{% endif %}
{{csrf_token()}}
{{valid.summary("username")}}
{{valid.summary("email")}} {% if email and "+" in email %}
Warning: in order to use {{cfg("sr.ht", "site-name")}} effectively, you must be able to both send and receive emails from this email address. To continue, submit the form again.
{% endif %}
{{valid.summary("password")}}
{% if site_key %}
PGP public key (optional) Emails sent from {{cfg("sr.ht", "site-name")}} are signed with our PGP key:
{{site_key}}

If you add your PGP key here, we will also encrypt emails sent to you. You may change this in your settings later.

Important! If you provide a PGP key now, you must be able to decrypt the confirmation email to complete the registration process.

{{valid.summary("pgpKey")}}
{% endif %}

{{valid.summary()}}
Privacy notice: {{cfg("sr.ht", "site-name")}} collects the minimum amount of your personal information which is necessary to faciliate the features of our services. We do not collect or process any of your personal information for the purposes of marketing or analytics. We do not send unsolicited marketing emails. Your information is only shared with third-parties if it is necessary to facilitate our services, and you will be warned before this occurs and given an opportunity to prevent the transmission of your information. Privacy policy {{icon('external-link-alt')}}
{% else %}

Registration is currently closed.

{% endif %} {% endblock %}