Copied to clipboard

Flag this post as spam?

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


  • Claus Nedergaard 62 posts 104 karma points
    Feb 02, 2016 @ 11:19
    Claus Nedergaard
    0

    Contour 3.0.28 on Umb 7.3.0 - unable to update member

    Hi all,

    I use Contour on umb 7.3.0, also installed is the member tools package.

    I have a member profile form. Member properties are not updated in the member section when submitted. However - the properties are updated in Contour when i check the form entries.

    It's been years sine I did this in v.4 - back something like this was added to web.config

    <!-- Edit Member profile -->
    <profile defaultProvider="UmbracoMemberProfileProvider" enabled="true">
      <providers>
        <clear />
        <add name="UmbracoMemberProfileProvider" type="umbraco.providers.members.UmbracoProfileProvider, umbraco.providers" />
      </providers>
      <properties>
    <clear />
                <add name="fuldnavn" allowAnonymous ="false" provider="UmbracoMemberProfileProvider" type="System.String" />
        <add name="postnr" allowAnonymous ="false" provider="UmbracoMemberProfileProvider" type="System.String" />
      </properties>
    </profile>
    

    I realize I could use the build in edit profile which does the job - but I like what Contour has to offer.

Please Sign in or register to post replies

Write your reply to:

Draft