Membership
Last Post 04/16/2013 6:56 AM by Joseph Craig. 4 Replies.
Author Messages
Ramadevi S
Nuke Newbie
Nuke Newbie
Posts:2


--
04/11/2013 12:32 AM
    I want to create custom membership registration module, Explain me
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    04/11/2013 6:36 AM
    Before you start on that route, consider Dynamic Registration and Dynamid Forms from Data Springs.

    Also, how do you want to customize the registration module? Perhaps it is something that already exists?

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    Ramadevi S
    Nuke Newbie
    Nuke Newbie
    Posts:2


    --
    04/12/2013 5:42 AM
    Thanks Joseph Craig ,

    I want to create my own custom fields, For example FirstName, LastName, Email, State, Education Qualification(Dropdown List) and it will store on asp.net membership table, Here i assume email as Username and LastName as password. How I will create it.
    Ramadevi S
    Nuke Newbie
    Nuke Newbie
    Posts:2


    --
    04/13/2013 12:28 AM
    Hi sir,
    how to create custom membership provider in dotnetnuke.
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    04/16/2013 6:56 AM
    Things like first and last name, email, and state are built into the user profile part of DotNetNuke. You can easily add custom fiields, including dropdown lists.

    These tutorials might help:
    How to Manage Profile Properties in User accounts (Creating a custom registration page)
    DotNetNuke User Profile Features v5.4

    MOdules like Dynamic Registration and Dynamic Login (both from datasprings.com) may be very helpful in doing this.

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---