mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-04 08:34:11 +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. If the value is less than or equal to zero, identification never times
|
||||||
out."""))
|
out."""))
|
||||||
registerGlobalValue(supybot.databases.users, 'hash',
|
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."""))
|
database will be hashed by default."""))
|
||||||
|
|
||||||
registerGroup(supybot.databases, 'ignores')
|
registerGroup(supybot.databases, 'ignores')
|
||||||
|
Loading…
Reference in New Issue
Block a user