mirror of
https://github.com/YunoHost-Apps/prettynoemiecms_ynh.git
synced 2024-09-03 20:06:36 +02:00
Fix test password being too simple
This commit is contained in:
parent
afaf7694dd
commit
7eea169e2c
1 changed files with 1 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
is_public=1
|
||||
language="fr_FR"
|
||||
admin="john"
|
||||
password="pass"
|
||||
password="SomeSuperStrongPassword"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
|
@ -22,6 +22,3 @@
|
|||
multi_instance=1
|
||||
port_already_use=0
|
||||
change_url=1
|
||||
;;; Options
|
||||
Email=
|
||||
Notification=none
|
||||
|
|
Loading…
Reference in a new issue