Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
13 lines
423 B
Diff
13 lines
423 B
Diff
Replaces the legacy DES crypt hash used in tests with a stronger
|
|
bcrypt function, as crypt() in pkgs.perl no longer supports DES
|
|
|
|
# htpasswd -nbB mufasa "Circle of Life"
|
|
|
|
diff --git a/t/lib/TestApp/htpasswd b/t/lib/TestApp/htpasswd
|
|
index 6cec784..91e5375 100644
|
|
--- a/t/lib/TestApp/htpasswd
|
|
+++ b/t/lib/TestApp/htpasswd
|
|
@@ -1 +1 @@
|
|
-mufasa:Y7hn4ncIVPOuI
|
|
+mufasa:$2y$05$.KPC4Gja9L5AxJATDQBzs.lCHkm49l/9dcoyPcJg0JhyIvsD6Gqza
|