clear-linux-documentation icon indicating copy to clipboard operation
clear-linux-documentation copied to clipboard

Remove escaping from installer config password hashes

Open bwarden opened this issue 1 year ago • 1 comments

Password hashes in the installer configuration yaml are written as-is to /etc/shadow. The backslashes preceding $ are unnecessary and produce an invalid hash string that will prevent login. Removing the backslashes makes the sample password work as described.

bwarden avatar Sep 13 '22 21:09 bwarden

Fixes #1251

bwarden avatar Sep 13 '22 21:09 bwarden

Michael, can you merge this patch?

pixelgeek avatar Oct 29 '22 00:10 pixelgeek