Base solution for your next web application
Open Closed

How to get two types of users registering #1140


User avatar
0
vnetonline created

Dear support

I am creating an application which is much like a job seeking website, I need the ability to register either as an employer or candidate.

Is this possible without making custom changes to the framework registration process??

Regards Vnetonline


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Sure, it's possible.

    You can add a new property (say a UserType enum) to User class. You can extend User class as described in this tutorial: <a class="postlink" href="http://www.aspnetzero.com/Documents/Extending-Existing-Entities#extending-abstract-entities">http://www.aspnetzero.com/Documents/Ext ... t-entities</a>

    Have a nice day.