Copied to clipboard

Flag this post as spam?

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


  • Fergus Davidson 309 posts 588 karma points
    Nov 24, 2010 @ 22:53
    Fergus Davidson
    0

    ERROR: There are no settings available for your profile

    hi

    i have installed the latest version onto a 4.0.4.2 site.

    i have added to the web.config below the existing membership provider section, as follows:

    <!-- Membership Provider -->

        <membership defaultProvider="UmbracoMembershipProvider" userIsOnlineTimeWindow="15">

          <providers>

            <clear />

            <add name="UmbracoMembershipProvider" type="umbraco.providers.members.UmbracoMembershipProvider" enablePasswordRetrieval="true" enablePasswordReset="false" requiresQuestionAndAnswer="false" defaultMemberTypeAlias="Customer" passwordFormat="Clear" />

            <add name="UsersMembershipProvider" type="umbraco.providers.UsersMembershipProvider" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" passwordFormat="Hashed" />

          </providers>

        </membership>

        <!--FHD added for member profile editing -->

        <profile defaultProvider="UmbracoMemberProfileProvider" enabled="true">

          <providers>  <clear />

            <add name="UmbracoMemberProfileProvider" type="umbraco.providers.members.UmbracoProfileProvider, umbraco.providers"/>

          </providers>

          <properties>

            <clear />

            <add name="firstName" allowAnonymous="false" provider="UmbracoMemberProfileProvider" type="System.String" />

            <add name="lastName" allowAnonymous="false" provider="UmbracoMemberProfileProvider" type="System.String" />

            <add name="company" allowAnonymous="false" provider="UmbracoMemberProfileProvider" type="System.String" />

            <add name="jobTitle" allowAnonymous="false" provider="UmbracoMemberProfileProvider" type="System.String" />

          </properties>

        </profile>

    i assume this is where i have gone wrong, but i need clarification on how i should add it.

    i am currently getting only the following copy on the edit page:

    "There are no settings available for your profile"

    can you give me a hint? - what am i doing wrong?

  • Mads Krohn 211 posts 504 karma points c-trib
    Nov 24, 2010 @ 23:03
    Mads Krohn
    0

    I might be asking the obvious, but here goes:

    In the Member section in Umbraco, on the member type Customer, did you check which of the properties to show for the profile?

  • Fergus Davidson 309 posts 588 karma points
    Nov 24, 2010 @ 23:16
    Fergus Davidson
    0

    yes, all the various properties have both the 'member can edit' and the 'show on profile' boxes ticked

  • Fergus Davidson 309 posts 588 karma points
    Nov 25, 2010 @ 00:01
    Fergus Davidson
    0

    i think i have found the solution:

    all my additional properties were on the 'properties' tab.

    i have added a new tab, 'member', and assigned my custom member properties to that tab. they now seem to appear in the 'edit profile' page.

    all seems well.

    HOWEVER, is it possible to edit the member email address? do i have to create a custom profile edit form to manage that?

    Any help on this would be great.

  • Mads Krohn 211 posts 504 karma points c-trib
    Nov 25, 2010 @ 00:10
    Mads Krohn
    0

    I'm really not sure how you have implemented this, but I guess what you need to do is grap the member being edited, set the Email property on that member and save.

  • Daniel Bardi 927 posts 2562 karma points
    Dec 11, 2010 @ 22:40
    Daniel Bardi
    0

    Yes you can edit the email address of the profile.

Please Sign in or register to post replies

Write your reply to:

Draft