CF Login Wizard Bizarrities

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default CF Login Wizard Bizarrities

    Hello,

    I'm running Dreamweaver MX 2004 and used the 'Coldfusion Login Wizard' to
    secure a directory on my site (we'll call it site.com/secure/). I created my
    pages in the directory, and when I tested everything locally it worked like a
    charm. I chose simple authentication and to use the browser dialog box for
    logging in. But once I uploaded it to my site, it would not accept my login.
    Harumph.

    While the dialog box popped up and asked me for my info, it wouldn't let me in
    and would replace my user name from 'user' to 'site.com/user' (which still
    didn't work). When I tried to see if there was some sort of path conflict
    regarding which directory was being secured, I couldn't find any evidence of a
    path in the files it created.

    By default, here's what was created:
    mm_wizard_application_include.cfm
    mm_wizard_authenticate.cfc
    mm_wizard_login.cfm
    index.cfm

    Appreciate the good help, as always.

    Droopers Guest

  2. Similar Questions and Discussions

    1. DreamWeaver CS Login Wizard
      Hello, I have just installed Coldfusion 8 and Adobe CS 3 (in that order). I am goign through the documentation and it talks about the Login...
    2. Dreamweaver Login Wizard won't complete
      Hi I have coldfusion MX 7 installed on the remote server and Dreamweaver MX 2004 installed on my local desktop. I also installed the ColdFusion MX7...
    3. Login Wizard
      Ok im doing the ColdFusion MX 7 Getting Started Experience ? Extranet Application Features and on page 2 it tells me.... The Login Wizard is part...
    4. Problem with Login Feature By Login Wizard...Please Help
      Hello everyone. I am a beginner and am currently learning Coldfusion MX 7. I ran the login wizard with simple authentication on a folder I want to...
    5. Delete/disable Login Wizard
      When I installed CFMX7 I installed the Login Wizard. Now when I want to preview a page in the browser, I have to login. How do I disable or delete...
  3. #2

    Default Re: CF Login Wizard Bizarrities

    Hi! I have kida the same problem. The tutorial works great, but when I'm using
    the wizard the loginpage wont let me in :confused;

    I wonder if it has something to do with the password isn't beeing set.
    suser="test" and spw=" "; stange? In the tutorial the password is crypted.

    Storelv 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