mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 15:24:05 +02:00
Preferences: Use the lowercase username
This commit is contained in:
parent
3b190d7d81
commit
74683ea025
@ -46,7 +46,7 @@ class IniStore extends PreferencesStore
|
||||
$this->preferencesFile = sprintf(
|
||||
'%s/%s.ini',
|
||||
$this->getStoreConfig()->location,
|
||||
$this->getUser()->getUsername()
|
||||
strtolower($this->getUser()->getUsername())
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user