Forms authentication - How to create first administrator type user in application

  • Thread starter Thread starter Matt Adamson
  • Start date Start date
M

Matt Adamson

If we use forms authentication in our web application we need an initial
administrator account from which the first user can log on to create new
users and assign roles. How do others do this, use the member ship API to
create the first user as part of the installation process or use direct SQL
 
Add the default admin user and roles to the database/directory service by
hand, or as part of the installation routine. That's what most applications
do - think of the admin accounts for application servers and wireless router
setup pages.


Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top