#835067 libpam-passwdqc: improvements(?) to password prompting

Package:
libpam-passwdqc
Source:
passwdqc
Description:
PAM module for password strength policy enforcement
Submitter:
Vincent McIntyre
Date:
2025-12-08 17:39:07 UTC
Severity:
minor
Tags:
#835067#5
Date:
2016-08-22 02:41:38 UTC
From:
To:
I noticed some repeated text and somewhat tortured wording in the
prompts for new passwords. Please consider the attached patch.

It defines a couple of extra text slugs to make the prompt wording
more consistent across the different password class cases, and
changes the wording to avoid constructs like this

  params.qc.min[4] == 8 || params.qc.min[4] == 11 ? "n" : "",

Kind regards,
Vince