Need help with password valadation

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Need help with password valadation

    I need help with password vaildation I am tryin to setup a small 3 page site
    that is password protected. I have setup the username and password prompts and
    I have also setup the database that has the list of users. Everything seems to
    be working however it is not checking the user name and password it is just
    sending the user that is login in to the bad password screen instead of the
    correct password screen. Can someone plese help.

    Here is the site that you can use to look at it and see what you thinkk,

    [url]http://68.119.136.109/password.cfm[/url]

    User Name: magic
    Password: comp

    jmhoover Guest

  2. Similar Questions and Discussions

    1. How to secure database password? (was Perl/DBI newbie: password storage / security question)
      Zedgar, You are chasing the yourself into circles. Security is dictated by circumstances and resources available. In our case, we had plenty of...
    2. Weird Valadation Problem!
      On my mxml page I have a datagrid. underneath this there are 3 button, 'Add', 'Edit' and 'Delete'. For the 'Add' button everything works perfect....
    3. <cfinput> valadation forces required= true?
      Hello Matt.... Well, it's been a while since I checked back here on this. Sorry for the extremely late reply... Ok, the answer, then, is when you...
    4. How to secure database password? (was Perl/DBI newbie: password storage / security question)
      Hello, Many thanks to R. Joseph Newton, Motherofperls, essential quint and Chuck Fox for answering my questions, however it is still not what I...
    5. How to secure database password? (was Perl/DBI newbie: password stora...
      The only solutions I've discovered is: ( for less secure tables) 1. Crypt the password 2. Put it into directory not in the public domain 3. Set...
  3. #2

    Default Re: Need help with password valadation

    Start with this tutorial: [url]http://tutorial8.easycfm.com/[/url]

    Slightly more complicated: [url]http://tutorial67.easycfm.com/[/url]

    MikerRoo 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