Inheriting DNN security & User Management to ASP.NET existing webiste
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I have created a website in DNN. The website has an admin panel (separate from DNN admin panel). Now i want to use security features of DNN for my website admin panel. I don't want to give DNN admin access to website admin. Website admin panel will have separate interface from DNN admin panel.
I want to use security and functionality of DNN and also want to add my own i.e. changing users table from DB to add some more fields required in user registration etc... Website admin will be able to create user, roles, designations,assign roles to users, create offices, assign users to offices etc...
So what will be the easy way to do this?