diff options
author | jrags <> | 2006-09-19 04:50:28 +0000 |
---|---|---|
committer | jrags <> | 2006-09-19 04:50:28 +0000 |
commit | 5da182335ceec1c8ad68047217a33375897f1c1d (patch) | |
tree | 4a0263a38b8718c8d6311a6e168911ba6c643b34 /framework/Web/Security/TMembershipPasswordFormat.php | |
parent | 2c8fcb129c45faecd1a480c44f8a1708f768b91d (diff) |
Minor changes to the base classes, also adding the empty new login controls
Diffstat (limited to 'framework/Web/Security/TMembershipPasswordFormat.php')
-rw-r--r-- | framework/Web/Security/TMembershipPasswordFormat.php | 2 |
1 files changed, 1 insertions, 1 deletions
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. |