summaryrefslogtreecommitdiff
path: root/framework/Web/Security/TMembershipPasswordFormat.php
diff options
context:
space:
mode:
authorjrags <>2006-09-19 04:50:28 +0000
committerjrags <>2006-09-19 04:50:28 +0000
commit5da182335ceec1c8ad68047217a33375897f1c1d (patch)
tree4a0263a38b8718c8d6311a6e168911ba6c643b34 /framework/Web/Security/TMembershipPasswordFormat.php
parent2c8fcb129c45faecd1a480c44f8a1708f768b91d (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.php2
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.