mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
Generating 16 chars password for users
This commit is contained in:
parent
547d5f0c5b
commit
475b7eac6b
3 changed files with 3 additions and 3 deletions
|
@ -152,7 +152,7 @@ generate_password() {
|
|||
matrix=0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
|
||||
fi
|
||||
if [ -z "$lenght" ]; then
|
||||
lenght=10
|
||||
lenght=16
|
||||
fi
|
||||
i=1
|
||||
while [ $i -le $lenght ]; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue