forked from bashclub/zamba-lxc-toolbox
"../src/functions.sh" vor erste ...
add Open3A password length function for MySQL-DB
This commit is contained in:
parent
a36177b8d3
commit
d04c8efba1
@ -5,4 +5,9 @@
|
||||
random_password() {
|
||||
set +o pipefail
|
||||
C_CTYPE=C tr -dc 'a-zA-Z0-9' < /dev/urandom | head -c32
|
||||
}
|
||||
|
||||
random_password_open3a() {
|
||||
set +o pipefail
|
||||
C_CTYPE=C tr -dc 'a-zA-Z0-9' < /dev/urandom | head -c20
|
||||
}
|
Loading…
Reference in New Issue
Block a user