Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Login with verify

    How I create a Login asp page but the user will register and validate for
    email to
    enter the site ?
    I use the MySql database.

    thanks

    Vivian


    - - Vivian - - - - - - Guest

  2. Similar Questions and Discussions

    1. Strange problem with Forms authentication: After successfull login, login page is still displayed
      Hi there I have a quite strange problem with my ASP.NET-Application. The application has being deployed one year ago and worked fine till last...
    2. user and admin login on same login page
      Hello, I have a user login page which also doubles as my administrator login. Currently, my method of logging in doesnt seem to be working...
    3. session problem - login screen continually reloads after pressing the login button
      I am trying to get sessions to work on a log in screen to give certain users access to certain pages/directories. The problem is that when the...
    4. Have website login form check a forum database to verify registration
      I need help with having a Login Form on a website that goes to a member only section, to beable to check my forum database so that when people...
    5. LOGIN: ERROR- Failed to initialize policy manager. (IFOR_PM_FATAL) Login sessions denied.
      Verify that you haven't set the system date by mistake to a far away future. All the licenses then become expired! Restoring the system to the...
  3. #2

    Default Re: Login with verify

    On Mon, 7 Jun 2004 17:30:37 -0300, "- - Vivian - - - - - -"
    <vivianelima@ligbr.com.br> wrote:
    >How I create a Login asp page but the user will register and validate for
    >email to
    >enter the site ?
    >I use the MySql database.
    How would you like to do it...? :)

    This isn't a DB question, and you'll need to ddecide on Windows
    Authentication or your own home-grown, plus write a mechanism for the
    registration and validation. One standard is to randomly generate a
    password and email it to the registered address, then they have to
    check it and login using that.

    Might Google or check aspin.com for portal software to use as a guide
    in this.

    Jeff
    Jeff Cochran Guest

  4. #3

    Default Re: Login with verify

    Perhaps do some searching at the following:

    HotScripts.com
    [url]http://www.hotscripts.com[/url]

    Planet Source Code
    [url]http://www.planet-source-code.com[/url]

    The ASP Resource Index
    [url]http://www.aspin.com[/url]

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Consultant
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Devdex [url]http://www.devdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139