Sitefinity 4.4 Multiple membership - Urgent

Posted by Community Admin on 04-Aug-2018 09:16

Sitefinity 4.4 Multiple membership - Urgent

All Replies

Posted by Community Admin on 16-May-2012 00:00

Hi,

We are trying to add multiple membership in our project.  We have configured  in web.config as below. 

<roleManager enabled="true" cacheRolesInCookie="true" defaultProvider="Default">
      <providers>
        <clear />
        <add name="Default" type="Telerik.Sitefinity.Security.Data.SitefinityRoleProvider, Telerik.Sitefinity" />
        <add name="estore" type="System.Web.Security.SqlRoleProvider" connectionStringName="Sitefinity" applicationName="estore"/>
      </providers>
    </roleManager>
    <membership defaultProvider="Default" userIsOnlineTimeWindow="15" hashAlgorithmType="">
      <providers>
        <clear/>
        <add name="Default" type="Telerik.Sitefinity.Security.Data.SitefinityMembershipProvider, Telerik.Sitefinity"/>
        <add name="estore"  type="System.Web.Security.SqlMembershipProvider" connectionStringName="Sitefinity" applicationName="estore" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false"  requiresUniqueEmail="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="1000" passwordAttemptWindow="10" passwordStrengthRegularExpression=""  minRequiredPasswordLength="1" minRequiredNonalphanumericCharacters="0"  />
      </providers>
    </membership>


We are getting authentication provider drop down in login page and users screen with all providers tabs and  also newly included membership.

1) Please tell us how to hide drop down in login page
2) hide the custom membership tab in the users screen 

Since we are building custom registration page , we are planning to add SqlMembershipProvider and custom modules to add/edit user.

Please find the attached images more details.

Thanks in advance,
Karnan

This thread is closed