Username and passwords

Discussion in 'Getting started' started by clamp4tools, Dec 18, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I need to generate new logins for my website. Create new username and passwords. this is not to login to discount asp this is for my wesite hosted on dasp please help
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    not sure what you want to do.. can you elaborate?
     
  3. Generate username and password

    Yes, I need to generate a username and a encrypted password for new users on my website. Do I use SqL005??? Say a I want a username as phone number and a word as a password. Where do I generate it from???? This is what it looks like!!! It is a xml file!! Now <un> is username and <up> is encrypted password please help!! Explain this to me!!


    <root>
    <Usr>
    <un>7142523100</un>
    <up>2227ad5f027f04e113574c3bcfcc7197</up>
    <lk>http://www.ntstools.com/</lk>
    <lk>http://www.ntstools.com/</lk>
    <sid>34</sid>
    <oc>34</oc>
    </Usr>
    <Usr>
    <un>8772958565</un>
    <up>6b9dce52cedd0f2b8b16ccd5b13e6beb</up>
    <lk>http://www.ntstools.com/</lk>
    <lk>http://www.ntstools.com/</lk>
    <sid>34</sid>
    <oc>01</oc>
    </Usr>
    <Usr>
    </root>
     
  4. mjp

    mjp

    Well your question has about a hundred different answers. You might want to try a .NET membership provider rather than starting from scratch.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page