mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-10 20:22:36 +01:00
Let's change the default for supybot.databases.user.hashed.
This commit is contained in:
parent
418e14325a
commit
95ef531cb2
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user