From 91d8522617e84638af68b38b81d0732cd468c2cb Mon Sep 17 00:00:00 2001 From: Alistair Wearring <95761929+AWearring@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:43:49 +0000 Subject: [PATCH] Make register account admin only By default any visitor to the site can register for an account ![Image](https://github.com/user-attachments/assets/1887f694-aa5f-44bb-945e-1c89f57d9174) For security reasons I think this should be set to Administrators only --- config/install/user.settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/install/user.settings.yml b/config/install/user.settings.yml index 39c0322..cdc311b 100644 --- a/config/install/user.settings.yml +++ b/config/install/user.settings.yml @@ -10,7 +10,7 @@ notify: register_admin_created: true register_no_approval_required: true register_pending_approval: true -register: visitors_admin_approval +register: admin_only cancel_method: user_cancel_block password_reset_timeout: 86400 password_strength: true