Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nixos/users-groups: Update password scheme validation
Updates the warnings message for statefully set up passwords, now that weak algorithms have been removed from our libxcrypt package. Additionall we now add proper validation for hashing schemes used in `hashedPassword`. Neither will prevent a rebuiild, but instead issue a warning, that this requires immediate remediation, or else users will be unable to login. Reuses the crypt scheme ids as provided by the libxcrypt package.
- Loading branch information