From 95f6347974c49ecc6803753ad6f21481d0dd2398 Mon Sep 17 00:00:00 2001
From: Suguru Hirahara <acioustick@noreply.codeberg.org>
Date: Mon, 2 Jun 2025 22:44:45 +0900
Subject: [PATCH] Revert "register" to "registr"

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
---
 .codespellrc              | 2 +-
 group_vars/matrix_servers | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.codespellrc b/.codespellrc
index 0029bad68..83ec2578c 100644
--- a/.codespellrc
+++ b/.codespellrc
@@ -1,2 +1,2 @@
 [codespell]
-ignore-words-list = aNULL,brose,doub,Udo,re-use,re-used
+ignore-words-list = aNULL,brose,doub,Udo,re-use,re-used,registr
diff --git a/group_vars/matrix_servers b/group_vars/matrix_servers
index 7ed301ade..0f56508b7 100755
--- a/group_vars/matrix_servers
+++ b/group_vars/matrix_servers
@@ -5721,7 +5721,7 @@ matrix_registration_api_validate_certs: "{{ matrix_playbook_ssl_enabled }}"
 # Postgres is the default, except if not using internal Postgres server
 matrix_registration_database_engine: "{{ 'postgres' if postgres_enabled else 'sqlite' }}"
 matrix_registration_database_hostname: "{{ postgres_connection_hostname if postgres_enabled else '' }}"
-matrix_registration_database_password: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'mx.register.db', rounds=655555) | to_uuid }}"
+matrix_registration_database_password: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'mx.registr.db', rounds=655555) | to_uuid }}"
 
 ######################################################################
 #