Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I've upgraded from 6.1.6 to 7.12.3. Looks like the default Member Types 'Member' is missing hence it won't let me create new members.
I think because of that it's not picking up existing members data.
Below is the config settings for my membership provider. Not sure if this is something to do with any configuration settings.
<membership defaultProvider="SqlServerMembershipProvider" hashAlgorithmType="SHA1" userIsOnlineTimeWindow="10"> <providers> <clear /> <add name="UmbracoMembershipProvider" type="Umbraco.Web.Security.Providers.MembersMembershipProvider, Umbraco" minRequiredNonalphanumericCharacters="0" minRequiredPasswordLength="10" useLegacyEncoding="true" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" defaultMemberTypeAlias="Member" passwordFormat="Hashed" allowManuallyChangingPassword="false" /> <add name="UsersMembershipProvider" type="Umbraco.Web.Security.Providers.UsersMembershipProvider, Umbraco" minRequiredNonalphanumericCharacters="0" minRequiredPasswordLength="8" useLegacyEncoding="true" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" passwordFormat="Hashed" /> <add name="SqlServerMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="IvisSecurity" requiresQuestionAndAnswer="false" applicationName="Ivis" requiresUniqueEmail="true" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="8" minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10" passwordStrengthRegularExpression="" /> </providers>
Appreciate your help.
Thanks, Pramod
I've managed to fix this. Basically created a new Member Type called Member and clicked Save and the system automatically created all the fields needed.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Missing default Member Types 'Member' after upgrade from 6.1.6 to 7.12.3
Hi,
I've upgraded from 6.1.6 to 7.12.3. Looks like the default Member Types 'Member' is missing hence it won't let me create new members.
I think because of that it's not picking up existing members data.
Below is the config settings for my membership provider. Not sure if this is something to do with any configuration settings.
Appreciate your help.
Thanks, Pramod
Hi,
I've managed to fix this. Basically created a new Member Type called Member and clicked Save and the system automatically created all the fields needed.
Thanks,
Pramod
is working on a reply...