From ee9415a73d4f87bca548ac7f50aa16a8afea25fd Mon Sep 17 00:00:00 2001
From: Sadie Powell <sadie@witchery.services>
Date: Thu, 1 May 2025 11:10:39 +0100
Subject: [PATCH] Enable bcrypt by default.

---
 conf/modules.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/modules.conf b/conf/modules.conf
index 7656f4e..947a68e 100644
--- a/conf/modules.conf
+++ b/conf/modules.conf
@@ -222,7 +222,7 @@
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # bcrypt module: Allows other modules to generate bcrypt hashes,
 # usually for cryptographic uses and security.
-#<module name="bcrypt">
+<module name="bcrypt">
 #
 # rounds: Defines how many rounds the bcrypt function will run when
 # generating new hashes.
-- 
GitLab