Ignore the preferences' loadability during authentication

fixes #8956
This commit is contained in:
Alexander A. Klimov 2015-05-27 15:13:53 +02:00
parent cbf37bf90e
commit cba36ec017

View File

@ -70,7 +70,7 @@ class Manager
$user $user
); );
$preferences = new Preferences($preferencesStore->load()); $preferences = new Preferences($preferencesStore->load());
} catch (NotReadableError $e) { } catch (Exception $e) {
Logger::error( Logger::error(
new IcingaException( new IcingaException(
'Cannot load preferences for user "%s". An exception was thrown', 'Cannot load preferences for user "%s". An exception was thrown',