1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/concrete5_ynh.git synced 2024-09-03 18:25:54 +02:00

[fix] Error check_process $admin_pass

This commit is contained in:
frju365 2017-04-23 09:59:27 +02:00 committed by GitHub
parent a623851e3c
commit d1e08d9e20

View file

@ -5,7 +5,7 @@
path="/path" (PATH) path="/path" (PATH)
is_public="Yes" (PUBLIC|public=Yes|private=No) is_public="Yes" (PUBLIC|public=Yes|private=No)
admin_name="john" (USER) admin_name="john" (USER)
admin_pass="$PASSWORD" (PASSWORD) admin_pass="123456789AaBbCc" (PASSWORD)
admin_email="abc@example.com" admin_email="abc@example.com"
; Checks ; Checks