From 1f96e57159200e9940f98479db89f0cf23428403 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Sun, 20 Jun 2021 18:40:05 +0300 Subject: [PATCH] fix typo --- front_pwquality.sh | 6 +++--- pw_default | 2 +- stock/pw_default | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/front_pwquality.sh b/front_pwquality.sh index 794af21..bdba8d7 100644 --- a/front_pwquality.sh +++ b/front_pwquality.sh @@ -58,11 +58,11 @@ var="$(yad --title="linux-infosec-setupper: pwquality" --form \ --field=$"The maximum credit for having digits in the new password::LBL" "!" \ --field=$"${_tag1}Value (dcredit)${_tag2}:NUM" "$dcredit!-9999..+9999!1" \ --field=$"The maximum credit for having uppercase characters in the new password::LBL" "!" \ - --field=$"${_tag1}Value (ucredit)${_tag2}:NUM" "$ucredir!-9999..+9999!1" \ + --field=$"${_tag1}Value (ucredit)${_tag2}:NUM" "$ucredit!-9999..+9999!1" \ --field=$"The maximum credit for having lowercase characters in the new password::LBL" "!" \ - --field=$"${_tag1}Value (lcredit)${_tag2}:NUM" "$lcredir!-9999..+9999!1" \ + --field=$"${_tag1}Value (lcredit)${_tag2}:NUM" "$lcredit!-9999..+9999!1" \ --field=$"The maximum credit for having other characters in the new password::LBL" "!" \ - --field=$"${_tag1}Value (ocredit)${_tag2}:NUM" "$ocredir!-9999..+9999!1" \ + --field=$"${_tag1}Value (ocredit)${_tag2}:NUM" "$ocredit!-9999..+9999!1" \ --field=$"The minimum number of required classes of characters for the new password::LBL" "!" \ --field=$"${_tag1}Value (minclass)${_tag2}:NUM" "$minclass!0..9999!1" \ --field=$"The maximum number of allowed same consecutive charatcers in the new password::LBL" "!" \ diff --git a/pw_default b/pw_default index 6dcdb2b..9e02044 100644 --- a/pw_default +++ b/pw_default @@ -1,6 +1,6 @@ minlen = 8 dcredit = 0 -ucredir = 0 +ucredit = 0 lcredit = 0 ocredit = 0 minclass = 0 diff --git a/stock/pw_default b/stock/pw_default index 6dcdb2b..9e02044 100644 --- a/stock/pw_default +++ b/stock/pw_default @@ -1,6 +1,6 @@ minlen = 8 dcredit = 0 -ucredir = 0 +ucredit = 0 lcredit = 0 ocredit = 0 minclass = 0