12 lines
360 B
Text
12 lines
360 B
Text
Index: t/lib/AuthTestApp.pm
|
|
--- t/lib/AuthTestApp.pm.orig
|
|
+++ t/lib/AuthTestApp.pm
|
|
@@ -16,7 +16,7 @@ our $users = {
|
|
password => "s3cr3t",
|
|
},
|
|
bar => {
|
|
- crypted_password => crypt("s3cr3t", "x8"),
|
|
+ crypted_password => crypt("s3cr3t", '$2b$09$' . ( 'x' x 22 )),
|
|
},
|
|
gorch => {
|
|
hashed_password => md5("s3cr3t"),
|