summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/auth.inc')
-rw-r--r--etc/inc/auth.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index bf2db0c..360a1af 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -359,6 +359,11 @@ function local_sync_accounts() {
function local_user_set(& $user) {
global $g, $debug;
+ if (empty($user['password'])) {
+ log_error("There is something wrong in your config because user {$user['name']} password is missing!");
+ return;
+ }
+
conf_mount_rw();
$home_base = "/home/";
OpenPOWER on IntegriCloud