-
- Downloads
Fix empty password for provisioned account
Passwords can't just be `null` but also an empty string. The code did
not handle that properly. Now checking against `emtpy` so both `null`
and `''` trigger shortcut evaluation and prevent decrypring of an
invalid value.
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
Please register or sign in to comment