#At file:///C:/work/connector-net/6.3/ based on revid:gabry.martinez@stripped
1089 Reggie Burnett 2011-10-19
- Removed check for hashed passwords when run on Mono. It supports it now (MySQL bug #62203, Oracle bug #13041618)
modified:
CHANGES
Source/MySql.Web/MembershipProvider.cs
=== modified file 'CHANGES'
=== modified file 'CHANGES'
--- a/CHANGES 2011-10-13 17:49:04 +0000
+++ b/CHANGES 2011-10-19 17:26:38 +0000
@@ -32,7 +32,7 @@
- Fix to correctly Map Entity Primitive Type Byte to utinyint when using Code First. (MySQL bug #62135 , Oracle bug #13061713).
- Added Map Entity Primitive Type SByte missed on ProviderManifest.
- Added quotation mark to Escape Character on MySQLHelper class (MySQLbug #62585, Oracle bug #13092886).
-
+- Removed check for hashed passwords when run on Mono. It supports it now (MySQL bug #62203, Oracle bug #13041618)
Version 6.3.7
- IPv6 connections are now supported
=== modified file 'Source/MySql.Web/MembershipProvider.cs'
--- a/Source/MySql.Web/MembershipProvider.cs 2011-09-29 16:52:23 +0000
+++ b/Source/MySql.Web/MembershipProvider.cs 2011-10-19 17:26:38 +0000
@@ -141,8 +141,6 @@
{
if (EnablePasswordRetrieval)
throw new ProviderException(Resources.CannotRetrieveHashedPasswords);
- if (Runtime.IsMono)
- throw new ProviderException(Resources.MonoDoesNotSupportHash);
}
ConnectionStringSettings ConnectionStringSettings = ConfigurationManager.ConnectionStrings[
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20111019172638-4v0uvazh6y9yaiki.bundle
| Thread |
|---|
| • bzr commit into connector-net-6.3 branch (reggie.burnett:1089) Bug#62203Bug#13041618 | Reggie Burnett | 20 Oct |