Umbraco 7 Custom Membership Provider use both Umbraco Users and external Members
Hi, how can i use in Umbraco 7 the internal Users and roles who use the BackOffice and my custom users and roles (which comes from an external SQL database. i want log in umbraco backoffice with the umbraco users as it is and with seperate Login want use external users. i have already chnged the web.config
when i go now to my custom Login i can Login my custom user . but when i try User.Identity.IsAuthenticated or User.IsInRole("xyz") umbraco is always looking at the umbraco roles.
Umbraco 7 Custom Membership Provider use both Umbraco Users and external Members
Hi, how can i use in Umbraco 7 the internal Users and roles who use the BackOffice and my custom users and roles (which comes from an external SQL database.
i want log in umbraco backoffice with the umbraco users as it is and with seperate Login want use external users. i have already chnged the web.config
<!--<providers>
<clear/>
<add name="mynewMembershipProvider" type="mynewMembershipProvider, mynew" minRequiredNonalphanumericCharacters="0" minRequiredPasswordLength="4" useLegacyEncoding="false" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" passwordFormat="Hashed"/>
</providers>
<roleManager enabled="true" defaultProvider="UmbracoRoleProvider">
<providers>
<clear/>
<add name="mynewrovider" type="mynewrsRoleProvider"/>
</providers>
</roleManager>-->
when i go now to my custom Login i can Login my custom user . but when i try
User.Identity.IsAuthenticated
or
User.IsInRole("xyz")
umbraco is always looking at the umbraco roles.
what did i have done wrong
best regards michael
Michael, just our curiosity, did you ever complete this task? If so what steps did you take to meet your goal?
Thanks
is working on a reply...