Skip to content

fixup! generate.password: Strip new lines from the password file

Łukasz Nowak requested to merge luke/slapos:generate-password-fix-strip into master

Strip earlier, as stripping so late leads to correct self.passwd but incorrect passwd, thus 3rd party applications storing passwords with additional newlines are still resulting in bad passwords.

Merge request reports