confirmation: Rename REALM_CREATION to NEW_REALM_USER_REGISTRATION.

Clears up some naming confusion - `REALM_CREATION_LINK_VALIDITY_DAYS` is
a setting which describes the validaty period of RealmCreationKey, not
of Confirmation with REALM_CREATION type. Now that the latter is called
NEW_REALM_USER_REGISTRATION, there should be no confusion about this.
This commit is contained in:
Mateusz Mandera
2025-07-05 01:54:58 +08:00
committed by Tim Abbott
parent 8207eaab55
commit 072f234269
7 changed files with 16 additions and 14 deletions

View File

@@ -76,7 +76,7 @@
{% set email = object.email %}
{% set realm = object.realm %}
{% set show_realm_details = True %}
{% elif confirmation.type == Confirmation.REALM_CREATION %}
{% elif confirmation.type == Confirmation.NEW_REALM_USER_REGISTRATION %}
<h3>Realm creation</h3>
{% set email = object.email %}
{% set show_realm_details = False %}