{% 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() %}
{{csrf_token()}}

Register as a contributor

Signing up to contribute to a project here?
You may sign up to participate in projects hosted on {{cfg("sr.ht", "site-name")}} for free. If you decide to host your own projects here in the future, you can convert to a paid account later.

Register as a maintainer

Want to host your own projects here?
Projects hosted on {{cfg("sr.ht", "site-name")}} are expected to pay for their account. Financial aid is available for those in need. You can cancel at any time without losing access to your data. Pricing details {{icon('external-link-alt')}}

Contributors can also skip registration entirely. You may submit or comment on tickets, participate in discussions, and send patches to projects on {{cfg("sr.ht", "site-name")}}, without signing up for an account. You can find links to participate via email throughout the logged-out version of many services.
{% else %}

Registration is currently closed.

{% endif %} {% endblock %}