1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00

check_process: fix password not strong enough

This commit is contained in:
Alexandre Aubin 2023-02-07 18:57:48 +01:00 committed by GitHub
parent 058ed7b27f
commit d0806ad8e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
admin="john"
language="fr"
is_public=1
password="strongpassword"
password="someSuperStrongPassword1234"
; Checks
pkg_linter=1
setup_sub_dir=1
@ -24,5 +24,5 @@ Notification=none
;;; Upgrade options
; commit=620065d7dcf5584b22222a7f32505575c460c2c9
name=Merge pull request #31 from YunoHost-Apps/testing
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=someSuperStrongPassword1234&port=666&