From 95ef531cb2c13c106a8fa5d81c7e9cf9fccdcd2e Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 30 Apr 2004 05:25:30 +0000 Subject: [PATCH] Let's change the default for supybot.databases.user.hashed. --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index d594c2a01..52262f5d5 100644 --- a/src/conf.py +++ b/src/conf.py @@ -458,7 +458,7 @@ registerGlobalValue(supybot.databases.users, 'timeoutIdentification', out. If the value is less than or equal to zero, identification never times out.""")) registerGlobalValue(supybot.databases.users, 'hash', - registry.Boolean(False, """Determines whether the passwords in the user + registry.Boolean(True, """Determines whether the passwords in the user database will be hashed by default.""")) registerGroup(supybot.databases, 'ignores')