From 4ac59b3485631998eef6b0ebe25939076f4efdc3 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 19 Dec 2016 18:59:21 +0100 Subject: [PATCH] auth: one bug down, but I think there's another --- src/etc/inc/auth.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/etc/inc/auth.inc b/src/etc/inc/auth.inc index 359261d8e..ff91c0e13 100644 --- a/src/etc/inc/auth.inc +++ b/src/etc/inc/auth.inc @@ -394,6 +394,8 @@ function local_sync_accounts() function local_user_set(&$user, $force_unlock = false) { + global $config; + if (empty($user['password'])) { log_error(sprintf( gettext('There is something wrong in your config because user %s password is missing!'),