Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Adding User Login?

    Hi I was wondering if anywon new how to add a user login to a web page. The
    deal is I designed a page and maintain it for a race team and he wants to be
    able to log onto it via the web and change certin things weekly so that i dont
    have to as i am designing multipul pages at the time and i need to no how to
    set it up so he can log in and make his changes

    Thanks

    Infer_R3d Guest

  2. Similar Questions and Discussions

    1. Login User from Novell Login
      Hi, At present a user loggin onto our netwok enters their username and password by a Novell Login prompt. When they fire up their browser they...
    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. Login User User Error 80040e21
      I am getting an 80040e21 error using the log in user server behavior. The complete error message is Microsoft OLE DB Provider for SQL Server...
    4. Domain Login - One User Can/Another User Cannot from same Win XP computer
      Okay ... I'm confused. I installed a brand new computer and everything was working fine. I was then advised who would be getting the computer,...
    5. User changing something on a form makes asp.net take user to login page
      Hi, I have an application that displays the database table records on the web page, the user can navigate thru the contents and make changes and...
  3. #2

    Default Re: Adding User Login?

    You can set up a User Login using a form and the DW User Authentication
    behaviors. Read how they work in the HELP.


    --
    Nancy Gill
    Adobe Community Expert
    BLOG: [url]http://www.dmxwishes.com/blog.asp[/url]
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development


    "Infer_R3d" <webforumsuser@macromedia.com> wrote in message
    news:edmivi$c4$1@forums.macromedia.com...
    > Hi I was wondering if anywon new how to add a user login to a web page.
    > The
    > deal is I designed a page and maintain it for a race team and he wants to
    > be
    > able to log onto it via the web and change certin things weekly so that i
    > dont
    > have to as i am designing multipul pages at the time and i need to no how
    > to
    > set it up so he can log in and make his changes
    >
    > Thanks
    >

    Nancy *Adobe Community Expert* Guest

  4. #3

    Default Re: Adding User Login?

    That help place is no help at all!

    I followed those instructions to the letter and run into probles once i
    restrict access to a page.

    Without restricting a page, i log on easy but that beats the purpose of any
    log in page.

    I also started a topic to address this issue
    "www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=263&threadid=119076
    1"

    Please feel free to contribute. i could do with all the help.


    skmbede Guest

  5. #4

    Default Re: Adding User Login?

    What are you trying to do?

    For a login .. set up a form with a user field, a password field and a
    submit button .. apply the Login behavior and that will set a session based
    on the user.

    If you want to use access levels, add an AccessLevel column to the database
    with levels for different kinds of users and then check the Access Levels
    option in the login behavior. Also apply the Page Protection behavior to
    every page you want to corect.

    Does this work for you? If not .. what doesn't work?


    --
    Nancy Gill
    Adobe Community Expert
    BLOG: [url]http://www.dmxwishes.com/blog.asp[/url]
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development


    "skmbede" <webforumsuser@macromedia.com> wrote in message
    news:edn8pk$rg2$1@forums.macromedia.com...
    > That help place is no help at all!
    >
    > I followed those instructions to the letter and run into probles once i
    > restrict access to a page.
    >
    > Without restricting a page, i log on easy but that beats the purpose of
    > any
    > log in page.
    >
    > I also started a topic to address this issue
    > "www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=263&threadid=119076
    > 1"
    >
    > Please feel free to contribute. i could do with all the help.
    >
    >

    Nancy *Adobe Community Expert* Guest

  6. #5

    Default Re: Adding User Login?

    Hi Nancy.

    gosh, you make it sound so simple.. i must be doing something realy wrong.

    I set up the login form, set the check the Access Levels option in the login
    behavior, restricted every page (mostly the one i'm using to test login
    'success.php') but when i try, i get my 'login_failed.php' page. I posted (upon
    request) my index.php code (login) at topic i mentioned earlier.

    Thank you.

    FYI, i have apache 2.2.2, php 5.1.4 dreamweaver 8 on a win xp home os



    skmbede 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