Unverified Commit 82ac9a15 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #337054 from Mic92/sysusers

sysuser: slightly better assertions message
parents 11e6ab4d 7211a810
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ in
      (username: opts: {
        assertion = (opts.password == opts.initialPassword || opts.password == null) &&
          (opts.hashedPassword == opts.initialHashedPassword || opts.hashedPassword == null);
        message = "${username} uses password or hashedPassword. systemd-sysupdate only supports initial passwords. It'll never update your passwords.";
        message = "user '${username}' uses password or hashedPassword. systemd-sysupdate only supports initial passwords. It'll never update your passwords.";
      })
      systemUsers;