at master 423 B view raw
1Replaces the legacy DES crypt hash used in tests with a stronger 2bcrypt function, as crypt() in pkgs.perl no longer supports DES 3 4# htpasswd -nbB mufasa "Circle of Life" 5 6diff --git a/t/lib/TestApp/htpasswd b/t/lib/TestApp/htpasswd 7index 6cec784..91e5375 100644 8--- a/t/lib/TestApp/htpasswd 9+++ b/t/lib/TestApp/htpasswd 10@@ -1 +1 @@ 11-mufasa:Y7hn4ncIVPOuI 12+mufasa:$2y$05$.KPC4Gja9L5AxJATDQBzs.lCHkm49l/9dcoyPcJg0JhyIvsD6Gqza