Results 1 to 7 of 7

Thread: [RESOLVED] login form

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2007
    Posts
    23

    Resolved [RESOLVED] login form

    are there any tips for doing a login form in vb.net 2003?

  2. #2
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: login form

    my recommendations are these (i am doing this with mine)
    • use a database
    • use a datareader and not a dataset (youll only get the information, not modify it)
    • in the database, put in a datetime field, use this to log the last password change
    • with the last password change, use timespan to check to see if they should change it after a given period of days
    • if the user enters information wrong X times, disable their account in the db. you can do this using a counter

    just my ideas for you

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2007
    Posts
    23

    Re: login form

    is there any walk through for it cause I'm pretty unfamiliar with vb?

  4. #4
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: login form

    i am in the process of making changes to mine. when its done... ill make it available to everyone.

  5. #5
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: login form

    Quote Originally Posted by kanoute87
    is there any walk through for it cause I'm pretty unfamiliar with vb?
    hi kanoute87, as promised, here is the code i have that seems to be working pretty well so far. itll give you an idea of how i did it. (with the help of many here on the forum)
    Attached Files Attached Files

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Jul 2007
    Posts
    23

    Re: login form

    thanks alot

  7. #7

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width