diff options
author | Jonas Smedegaard <dr@jones.dk> | 2018-10-14 17:00:58 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2018-10-14 17:00:58 +0200 |
commit | ee3565037c88cff4b51acb43ab875ab306a81f8f (patch) | |
tree | 0abbd67ffc63d60d9d002501b6819f2c61b3bf32 /localresetpasswd | |
parent | f8ff219c9104d327534dbecfd04a05e0e1e1c8e0 (diff) |
Relax to 3-word passphrase.
Diffstat (limited to 'localresetpasswd')
-rwxr-xr-x | localresetpasswd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localresetpasswd b/localresetpasswd index 924a925..d499164 100755 --- a/localresetpasswd +++ b/localresetpasswd @@ -15,7 +15,7 @@ set -eu # these are overridable as environment variables -PHRASE_LENGTH=${PHRASE_LENGTH:-4} +PHRASE_LENGTH=${PHRASE_LENGTH:-3} WORD_LENGTH=${WORD_LENGTH:-11} VERBOSE=${VERBOSE:-yes} SIMULATE=${SIMULATE:-} |