Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 7643
blob3ae5e4431412f84f587a2a663bed53e4ebb0a796
1 Title: Changed initial admin credentials (cmkadmin + random password)
2 Level: 2
3 Component: omd
4 Class: security
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.5.0i1
9 Date: 1494235550
11 When creating a new site the initial administrative user omdadmin was always initialized
12 with the password omd. This has been changed now.
14 The initial administrative user is now named <tt>cmkadmin</tt>.
16 The password of that user is now randomized during site initialization and written to
17 the console with the welcome message at the end of the creation. The password can be
18 changed at any time using the GUI or the htpasswd command on the command line.
20 If you want to specify a password during site creation, you can do this by providing
21 the option <tt>--admin-password</tt> together with you password as argument.