mirror of
https://github.com/YunoHost/test_apps.git
synced 2024-09-03 20:06:29 +02:00
config_app: let's ask a 12 character long password, makes test implementation easier in the core
This commit is contained in:
parent
7469e00fff
commit
750f43471b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ EOF
|
|||
# SPECIFIC VALIDATORS FOR TOML SHORT KEYS
|
||||
#=================================================
|
||||
validate__arg8() {
|
||||
if [[ "${#arg8}" -lt 8 ]]; then echo 'Too short password'; fi
|
||||
if [[ "${#arg8}" -lt 12 ]]; then echo 'Too short password'; fi
|
||||
}
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue