From 4d7a7a331ea7ad6f4541ad8836c1724087c03f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Fri, 16 Jan 2015 00:51:38 +0100 Subject: [PATCH] [fix] Correct call to tools_adminpw in tools_postinstall --- tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.py b/tools.py index 173a4fee0..fb09935e9 100644 --- a/tools.py +++ b/tools.py @@ -316,7 +316,7 @@ def tools_postinstall(domain, password, ignore_dyndns=False): app_ssowatconf(auth) # Change LDAP admin password - tools_adminpw(old_password='yunohost', new_password=password) + tools_adminpw(auth, password) # Enable UPnP silently and reload firewall firewall_upnp('enable', no_refresh=True)