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
1 changed files with 1 additions and 1 deletions

View File

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