Let's change the default for supybot.databases.user.hashed.

This commit is contained in:
Jeremy Fincher 2004-04-30 05:25:30 +00:00
parent 418e14325a
commit 95ef531cb2
1 changed files with 1 additions and 1 deletions

View File

@ -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')