Members are site users, and use an extended asp.net membership provider (hence can use all regular asp.net membership controls).
Member Groups are equilivant to ASP.NET Roles
Member Types allow you to extend the basic member propertes (email adress, password etc..) with additional properties, much like a document type. To get at these properties you'll need to get at the user via the Umbraco Member obj.
Members Section in umbraco panel
Hello All,
Can anyone summarise the member section available in umbraco?
I want following details.
1) Practicle usage example. (How you use the same in your umbraco apps)
2) what are Members - Member Groups and Member Types? Theoritical knowlege for them.
3) Is there any relation with asp.net membership?
4) URL to get details of Members Section.
Regards,
Jack
Please resond above section.
Hi Jack,
Members are site users, and use an extended asp.net membership provider (hence can use all regular asp.net membership controls).
Member Groups are equilivant to ASP.NET Roles
Member Types allow you to extend the basic member propertes (email adress, password etc..) with additional properties, much like a document type. To get at these properties you'll need to get at the user via the Umbraco Member obj.
HTH,
Hendy
Thanks for the help.
is working on a reply...