Branch: refs/heads/1.6.0
Home:
https://github.com/tribe29/checkmk
Commit: 1e06de73144bfc989e754c1a10549f0aa6828595
https://github.com/tribe29/checkmk/commit/1e06de73144bfc989e754c1a10549f0aa…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
A .werks/11860
M cmk/gui/valuespec.py
M tests/unit/cmk/gui/test_valuespec.py
Log Message:
-----------
11860 SEC Password dialogs now handle passwords more securely
Previous Checkmk versions did not handle passwords well in some edit dialogs.
Especially in the setup (WATO) it was possible to access saved passwords in
some places, which should not be possible.
The dialogs now ensure that these accesses from passwords entered once and
stored on the checkmk server are no longer easily possible.
CMK-6788
Change-Id: Ibab249db3660a6b8aa140278db0a81a2269b77c0
Commit: 4584e256091d52e1c17415b658fe2f867b474249
https://github.com/tribe29/checkmk/commit/4584e256091d52e1c17415b658fe2f867…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M cmk/gui/valuespec.py
Log Message:
-----------
Add some place holder to password input fields
After yesterdays change to the password fields they were empty, even if
a user is editing a data that has a password set. This may confuse
users. To improve this, we now add some "******" placeholder to the
fields in case a password is known to the server.
Change-Id: I66e872cc89564cb6cc21cdc3cfa6c3cb45785caf
Compare:
https://github.com/tribe29/checkmk/compare/11251a3249fd...4584e256091d