Commit 4ac59b34 authored by Franco Fichtner's avatar Franco Fichtner

auth: one bug down, but I think there's another

parent 74b0ed00
......@@ -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!'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment