forked from bashclub/zamba-lxc-toolbox
		
	"../src/functions.sh" vor erste ...
add Open3A password length function for MySQL-DB
This commit is contained in:
		@@ -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
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user