I want to functionality functionality of signup for sitecore website. I want to add sitecore users/user profiles dynamically.
If anyone can help me, it would be highly appriciated.
I want to functionality functionality of signup for sitecore website. I want to add sitecore users/user profiles dynamically.
If anyone can help me, it would be highly appriciated.
Sitecore uses the standard ASP.NET Membership provider for its users so you can create users with basic ASP.NET calls..
domain
variable would besitecore
orextranet
.Karina Apostolides has a collection of useful membership functions available here: Programmatically Add & Edit Users