Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 4280
blob54611875db94f44d885b81407c411071e49f6118
1 Title: Interactive login is now denied for automation users
2 Level: 1
3 Component: multisite
4 Compatible: compat
5 Version: 1.4.0b1
6 Date: 1484667468
7 Class: fix
9 It was possible to log into the Check_MK GUI interactively (using the login form)
10 as automation user. This was never intended and was a bug. 
12 Automation users are only meant to authenticate with the GUI for a single page or API
13 call using the URL variables (<tt>_username</tt> and <tt>_secret</tt>).
15 In case you want to login interactively to access multiple pages, you need a "normal"
16 user that has a password configured instead of an automation secret.