Copied to clipboard

Flag this post as spam?

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


  • Kurniawan Kurniawan 202 posts 225 karma points
    Aug 20, 2010 @ 07:30
    Kurniawan Kurniawan
    0

    What is the different Member Type and Member Group

    Anyone knows what is the different MemberType and Member Group ?

    As far as I know Member Group is similar like a Role in .Net Membership provider.

    What is Member Type ? When you create member in umbraco they will ask you to choose what is the member type ? when this will be usefull  ?

     

    Thanks

  • Richard Soeteman 3875 posts 12037 karma points MVP
    Aug 20, 2010 @ 08:22
    Richard Soeteman
    2

    Hi,

    A membergroup is a role indeed. A membertype contains properties which is similar to a .Net Profile. This will be usefull when you want to store extra information about the member such as Department, telephone number etc. Checkout this post for more info how to use it.

    Cheers,

    Richard

  • Kurniawan Kurniawan 202 posts 225 karma points
    Aug 20, 2010 @ 11:11
    Kurniawan Kurniawan
    0

    When I follow this.. I get this error This profile property has already been defined.

    After i search.. I think.. it because I declare it in properties...

    Do I need to take it in web.config because I already set it in properties ?

    <properties>
            <clear />
            <add name="Address" allowAnonymous ="false" provider="UmbracoMemberProfileProvider" type="System.String" />
          </properties>

    I still get the error

     

  • Kurniawan Kurniawan 202 posts 225 karma points
    Aug 20, 2010 @ 11:26
    Kurniawan Kurniawan
    0

    If I take that properties in web.config...

    the address always return "".

    Any idea ?

     

    Sorry, I can't post a comment in his blog.

     

    Thanks..

  • 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