diff --git a/bin/create_user.sh b/bin/create_user.sh index 85a87ff..5603c35 100755 --- a/bin/create_user.sh +++ b/bin/create_user.sh @@ -205,7 +205,7 @@ while read i; do # Note we only create a password if we need it # password + store pwgen 10 1 -1 if [ -z "${_password}" ]; then - password=$(printf "%s" $(pwgen 10 1)); + password=$(printf "%s" $(pwgen 14 1)); else echo "! Override password set"; password=${_password};