feat: Adds clarification on registration process

Includes a note on user registration explaining that an
administrator must approve the registration before login
is possible. This aims to set proper user expectations
and expedite the registration process by encouraging the
provision of a registration reason.
This commit is contained in:
Kumi 2024-11-16 22:15:59 +01:00
parent 858a494765
commit f97473cc56
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -21,6 +21,7 @@
<div class="control">{{ form.registration_reason }}</div> <div class="control">{{ form.registration_reason }}</div>
<p class="help is-danger">{{ form.registration_reason.errors }}</p> <p class="help is-danger">{{ form.registration_reason.errors }}</p>
</div> </div>
<p class="help">Sending this form will create a Matrix account for you and reserve your username. However, you will not be able to log in until an administrator approves your registration. Please provide a reason for your registration to help us expedite the approval process.</p>
<button type="submit" class="button is-link">Complete Registration</button> <button type="submit" class="button is-link">Complete Registration</button>
</form> </form>
{% endblock content %} {% endblock content %}