From 5da182335ceec1c8ad68047217a33375897f1c1d Mon Sep 17 00:00:00 2001 From: jrags <> Date: Tue, 19 Sep 2006 04:50:28 +0000 Subject: Minor changes to the base classes, also adding the empty new login controls --- framework/Web/Security/TMembershipPasswordFormat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/Security/TMembershipPasswordFormat.php') diff --git a/framework/Web/Security/TMembershipPasswordFormat.php b/framework/Web/Security/TMembershipPasswordFormat.php index 6648c92b..fdff0e39 100644 --- a/framework/Web/Security/TMembershipPasswordFormat.php +++ b/framework/Web/Security/TMembershipPasswordFormat.php @@ -5,7 +5,7 @@ * * Clear Passwords are not encrypted. * Encrypted Passwords are encrypted using the encryption settings determined by the - * machineKey Element (ASP.NET Settings Schema) element configuration. + * machineKey Element element configuration. * Hashed Passwords are encrypted one-way using the SHA1 hashing algorithm. * You can specify a hashing algorithm different than the SHA1 * algorithm using the hashAlgorithmType attribute. -- cgit v1.2.3