Fix command for generate password with mkpasswd
gitea/ansible-roles/pipeline/head This commit looks good Details

peertube
Eric Morino 7 months ago
parent 6fa89e69a5
commit c28ded807d

@ -41,5 +41,5 @@ proftpd_accounts:
For generate the sha512 version of yours password :
~~~
echo "test" | mkpasswd --method=sha-512 -
printf "test" | mkpasswd --stdin --method=sha-512
~~~

Loading…
Cancel
Save