mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-23 01:55:10 -07:00
Revert "[Security] Add challenge-response auth with scrypt verifiers and stop storing plaintext passwords"
This reverts commit 088e932882.
Took 6 minutes
This commit is contained in:
parent
088e932882
commit
47df709f37
33 changed files with 23 additions and 675 deletions
|
|
@ -101,16 +101,6 @@ password=123456
|
|||
; Accept only registered users? default is false (accept unregistered users)
|
||||
regonly=false
|
||||
|
||||
[security]
|
||||
|
||||
; How strictly new authentication features are enforced. Possible values:
|
||||
; * legacy: only accept the legacy 1000-round SHA-512 password hashes;
|
||||
; * mixed: accept both legacy hashes and challenge-response authentication (default);
|
||||
; * strict: only accept challenge-response authentication from clients that support it,
|
||||
; and reject plain password submissions. Legacy accounts are migrated to PBKDF2
|
||||
; automatically on their next successful login.
|
||||
authentication_strictness=mixed
|
||||
|
||||
[users]
|
||||
|
||||
; The minimum length a username can be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue