diff options
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. |