Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Michele Di Maria 34 posts 239 karma points
    Aug 01, 2014 @ 18:46
    Michele Di Maria
    0

    Custom role provider with version v6.2.1

    Hello,

       am I the only one having problems with a custom role provider in the very latest version of Umbraco? 

    Until version 6.1.6 (before the latest upgrade I made) it was working... now the members are not able to access the reserved pages, even if they belong to the custom roles. 

    If I debug my role membership library, the library is not even asked for the IsUserInRole function :S 

    The role provider is declared as before the upgrade:

        <roleManager enabled="true" defaultProvider="MattRoleProvider">
          <providers>
            <clear />
            <add name="MattRoleProvider" type="NT2.BusinessLogic.Security.MattRoleProvider" />
            <add name="UmbracoRoleProvider" type="Umbraco.Web.Security.Providers.MembersRoleProvider" />
          </providers>
        </roleManager>

     

    do you have any idea why?

    Thanks a lot,

    Michele

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies