DefaultProvider always set to UsersMembershipProvider
I just wanted to report a bug with setting up a custom membership provider in Umbraco.
I set a DefaultProvider in the web.config, and I downloaded the Umbraco 7.2.4 source and ran it through debug and noticed that when Umbraco is running the security check on pages that it's always using "UsersMembershipProvider" instead of the whatever I'm setting as the default. I have this working on Umbraco 6 with the same code, so I'm not sure if it's a bug or something different that needs to be done in Umbraco 7.
The workaround is to just modify the "UsersMembershipProvider" to my custom provider, but I just thought I'd give a heads up.
DefaultProvider always set to UsersMembershipProvider
I just wanted to report a bug with setting up a custom membership provider in Umbraco.
I set a DefaultProvider in the web.config, and I downloaded the Umbraco 7.2.4 source and ran it through debug and noticed that when Umbraco is running the security check on pages that it's always using "UsersMembershipProvider" instead of the whatever I'm setting as the default. I have this working on Umbraco 6 with the same code, so I'm not sure if it's a bug or something different that needs to be done in Umbraco 7.
The workaround is to just modify the "UsersMembershipProvider" to my custom provider, but I just thought I'd give a heads up.
Terence
is working on a reply...