aboutsummaryrefslogtreecommitdiff
path: root/tests/installer-steps/test_set_user_password.py
Commit message (Collapse)AuthorAgeFilesLines
* fix(installer): guard the user-password chpasswdCraig Jennings36 hours1-0/+56
set -e is off, so a chpasswd failure silently left the primary user with no password and no log entry, leaving an unloggable account on a fresh install. I extracted set_user_password, which aborts via error_fatal on a chpasswd failure. A fake-chpasswd test pins that the guard fires.