From a7cc25efb0b2f4347c483a7b795eae9116fcba41 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 7 Aug 2008 10:57:22 +0000 Subject: Update: Undid the password-protection support From now on, password-protection is Milestone 1.1. When that time comes, you can look back on [105] and [106] for password-protection. Refs #10 --- update/library/trunk/subscription.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'update/library/trunk/subscription.php') diff --git a/update/library/trunk/subscription.php b/update/library/trunk/subscription.php index 113d3cc..7e05f5b 100644 --- a/update/library/trunk/subscription.php +++ b/update/library/trunk/subscription.php @@ -13,12 +13,4 @@ if ($idusActivationKey != '') echo('Key: ' . $idusActivationKey . "\n"); } -if ($idusEncryptionPassword != '') -{ - $verID = rand(1,65536); - - echo('Verification: ' . md5(':' . md5($idusEncryptionPassword) . ':' . $verID) . "\n"); - echo('Verification-ID: ' . $verID . "\n"); -} - ?> -- cgit 1.4.1