From d44fea64b40d7735410fc17b9bb0ad66b9120870 Mon Sep 17 00:00:00 2001 From: Rob van Son Date: Sat, 23 Jun 2012 12:11:21 +0200 Subject: [PATCH] New test passwords --- CGIscriptor.pl | 2 +- Private/.Passwords/test | 2 +- Private/.Passwords/testchallenge | 2 +- Private/.Passwords/testip | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CGIscriptor.pl b/CGIscriptor.pl index 5448829..c4f21f6 100755 --- a/CGIscriptor.pl +++ b/CGIscriptor.pl @@ -3496,7 +3496,7 @@ sub create_login_file #($PasswordDir, $SessionDir, $IPaddress) { if(-s "$PasswordDir/$testuser") { - my $plainpassword = $testuser eq 'admin' ? "There is no password like more password" : "test"; + my $plainpassword = $testuser eq 'admin' ? "There is no password like more password" : "testing"; my $storedpassword = hash_string("${SERVERSALT}${plainpassword}${testuser}"); # Encrypt the new password with the MasterKey my $authorization = read_ticket("$PasswordDir/$testuser") || return ""; diff --git a/Private/.Passwords/test b/Private/.Passwords/test index 916d86f..70bcffa 100644 --- a/Private/.Passwords/test +++ b/Private/.Passwords/test @@ -1,6 +1,6 @@ Type: PASSWORD Username: test -Password: 5c6d9e5d66d963cbc35d8518398afa9715e538859a094a543c9a5f106bdabaf0 +Password: 52e6b35e91ca0d7f7bcfeb7408fcde0c0e5959d908c1446f1f165937a8db2b17 IPaddress: 127.0.0.1 AllowedPaths: ^/Private/CreateUser\.html AllowedPaths: ^/Private/index\.html$ diff --git a/Private/.Passwords/testchallenge b/Private/.Passwords/testchallenge index 6e8c5a2..c678bc0 100644 --- a/Private/.Passwords/testchallenge +++ b/Private/.Passwords/testchallenge @@ -1,6 +1,6 @@ Type: PASSWORD Username: testchallenge -Password: c7e320a0d9b174037788bfd672ba8556e78c57bdc83b07f57011b1668c53ba05 +Password: 6df7d66e8832ee52a9aba5e474ce8641a9577eff140d54b297b61443bf8d9eb1 IPaddress: 127.0.0.1 AllowedPaths: ^/Private/index\.html$ AllowedPaths: ^/Private/[^/]+\.html$ diff --git a/Private/.Passwords/testip b/Private/.Passwords/testip index 7bb2d57..4c42025 100644 --- a/Private/.Passwords/testip +++ b/Private/.Passwords/testip @@ -1,6 +1,6 @@ Type: PASSWORD Username: testip -Password: 45e8e66eda2e41d75f9cd963c4abc15bb560674a929528e4e52a2abe1435c9dc +Password: f71993bfab79d8d5b811db3aff256077b8adbdcceec66dbb8dc7aa9bea2c328b IPaddress: 127.0.0.1 AllowedPaths: ^/Private/index.html$ AllowedPaths: ^/Private/[^/]+.html$ -- 2.11.4.GIT