summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocalresetpasswd2
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:-}