X-Git-Url: https://git.rapsys.eu/distcook/blobdiff_plain/658759498941fe6b714790087db75ea29050ddee..3d662085868f1eb709e08344fb6a8b18d6f7321c:/config/user.conf diff --git a/config/user.conf b/config/user.conf index c35d523..c7df1ef 100644 --- a/config/user.conf +++ b/config/user.conf @@ -1,4 +1,4 @@ -# User login (apg -M L -a 0 -m 8 -x 8 -d -n 1) -USERLOGIN=`apg -M L -a 0 -m 8 -x 8 -d -n 1` +# User login (tr -dc 'a-z' < /dev/urandom | fold -w 8 | head -n 1) +USERLOGIN=`tr -dc 'a-z' < /dev/urandom | fold -w 8 | head -n 1` # User password (apg -m 32 -x 32 -a 0 -d -n 1) USERPASS=`apg -m 32 -x 32 -a 0 -d -n 1`