diff --git a/manifest.toml b/manifest.toml index d46329a..02856dd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,7 +2,7 @@ packaging_format = 2 name = "Site TDAH-France" id = "spip_hypersupers" description.fr = "Installation SPIP pour une installation de dev pour le site TDAH-France" -version = "1.0.0~ynh5" +version = "1.0.0~ynh1" maintainers = ["mckmonster"] [upstream] @@ -37,8 +37,8 @@ ram.runtime = "1M" # type = "string" # default = "admin" - [install.password] - type = "password" + # [install.password] + # type = "password" # [install.users_status] # type = "string" diff --git a/scripts/install b/scripts/install index 99e43c3..caaa9a7 100644 --- a/scripts/install +++ b/scripts/install @@ -28,8 +28,6 @@ ynh_setup_source --dest_dir="$install_dir" chown -R $app:www-data "$install_dir" -echo "$password" | passwd --stdin $app - #================================================= # Get code from git #=================================================