I'm using the StarterKit and have implementet member authentication. In "step-information.cshtml" i validate the user and fill out the billig/shipping properties.
I have created a member through Umbraco backend, but need to make a "create new member" form. What is the best approach? Digging around with the differen API's I haven't been able to find a solution.
Eg. umbraco.cms.businesslogic.member.Member.MakeNew(); seems to create a new member, but what about all the custom properties I have on my users - firstName, lastName, address, zipCode, city, etc?
Members (create new member)
I'm using the StarterKit and have implementet member authentication. In "step-information.cshtml" i validate the user and fill out the billig/shipping properties.
I have created a member through Umbraco backend, but need to make a "create new member" form. What is the best approach? Digging around with the differen API's I haven't been able to find a solution.
Eg. umbraco.cms.businesslogic.member.Member.MakeNew(); seems to create a new member, but what about all the custom properties I have on my users - firstName, lastName, address, zipCode, city, etc?
How should I approch this?
Hi
Try and see this link:
http://our.umbraco.org/wiki/reference/api-cheatsheet/working-with-members
Kind regards
Anders
How do you increase the expiration on New Memeber setup?
I need to increase the time a potential new member has to sign up before there member link expires.
Hi Rusty
Dont quite get your question. Is it something in the web.config you need to change or?
is working on a reply...