Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 1497
blobee94057e624b33226241cb1c8aaaddecd63a874c
1 Title: Implemented password policy capabilities for local users
2 Level: 1
3 Component: multisite
4 Compatible: compat
5 Version: 1.2.6b1
6 Date: 1415718689
7 Class: feature
9 Passwords of local (htpasswd) users can now be enforced to be changed.
10 Existing user sessions will be invalidated, the user will be logged off,
11 needs to login again and change his password afterwards. This can be
12 set in the user profile.
14 A password policy can now be configured for globally all local users
15 which can enforce the users to choose passwords of a minimal length
16 which are using at least X character groups.
17 It is also possible to define a maximum age for passwords, after which
18 the user needs to change the password.