Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5719
blobc50b7ef39076c2571719bafe822c520c5ba0f48e
1 Title: The Start URL is now configured optionally for new users
2 Level: 1
3 Component: wato
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0i3
7 Date: 1517579382
8 Class: fix
10 There is either a global defaukt start URL for fresh logged in users set
11 in Check_MK. It is either <tt>dashboard.py</tt> by default or customized
12 using the global settings. There is also a user attribute to customize
13 this setting for each user individually.
15 The idea of this setting was to set the start URL attribute only in case 
16 one wanted to override the global setting. But the attribute was set to
17 <tt>dashboard.py</tt> during creation of each new user, since the attribute
18 was not an optional one. If one then tried to change the global setting
19 it had no effect on the users, because they had all the start URL set to
20 <tt>dashboard.py</tt> individually.
22 This option has been made optionally now. It defaults to
23 <i>Use the default start URL</i> for new users.