Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5944
blobc4b2e35b1099e609f48c61ce45a9cd1a88868f7a
1 Title: Fixed broken HTTP header auth for not yet existing users
2 Level: 1
3 Component: multisite
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0b1
7 Date: 1522872782
8 Class: fix
10 This was broken since ~1.5.0i3. When a user which has not been created
11 in Check_MK before is being authenticated using the optional HTTP header
12 authentication and logged in using the "default user profile", some
13 host- and service views were not working as expected. They were showing
14 some exception like "KeyError: u'<USER>'".
16 A workaround in the affected versions is to create the user accounts
17 before the user try to access the GUI.