MULTI-USER AUTHENTICATION PAGE

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

  1. #1

    Default MULTI-USER AUTHENTICATION PAGE

    am using a server behavior to login my users Using Dreamweaver CS3. I am using
    a php document. This behavior
    works, however I would like to modify it allow users to login to their own
    account page. Maybe I need to download an extension package. I would rather
    modify my code to allow this behavior to function in this way if possible.

    please help? :(

    obgyngangbangsta Guest

  2. Similar Questions and Discussions

    1. Splitting or separating 1 multi page pdfdocument into individual page documents
      I am looking for any product that will take a multi page pdf file and burst or separate it into individual pdf files created from each page. Mac...
    2. How to make multi page MS Word to multi page pdf
      I have a five page MSWord X document that when exported to PDF only captures the first page. The document is sectioned(1st and 2nd pages are in...
    3. multi user xtra
      I wish to make use of the MultiUser xtra... ( i wish to send email from director ) But where do I get and or how do i incorporate the xtra? do i...
    4. Multi-User Shockwave
      I'm sure this has been discussed before. I hear there is an example of a chat program in shockwave. Where can I get it? I also understand there...
    5. Updating Multi User Licence?
      Our company owns a multi user licence for Freehand MX, under the one serial number. This number is being rejected as 'invalid' by the patch download...
  3. #2

    Default Re: MULTI-USER AUTHENTICATION PAGE

    obgyngangbangsta wrote:
    > am using a server behavior to login my users Using Dreamweaver CS3. I am using
    > a php document. This behavior
    > works, however I would like to modify it allow users to login to their own
    > account page. Maybe I need to download an extension package. I would rather
    > modify my code to allow this behavior to function in this way if possible.
    >
    > please help? :(

    You don't say what server behavior so it would be pretty hard for anyone to be able to suggest a way to modify the code you're using.

    General practice is to have one account page and display the content for the user that is logged in. Much easier to control, and you don't have to create a new page for each new user that comes on board.


    If you have to have separate pages for each user, then you should be able to easily modify the code that you're using to redirect the user to their own page. In this case I'd put the file name for each user into the database along with their username and password, and then pull that value from the db when you're accessing the database to confirm they can log in. Then use that file name as the redirect (send user to when logged in page).

    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

  4. #3

    Default Re: MULTI-USER AUTHENTICATION PAGE

    Understood completely. I did state that I was using the 'log in user' behavior. I will figure this out shortly and I thank you for your help.
    obgyngangbangsta Guest

  5. #4

    Default Re: MULTI-USER AUTHENTICATION PAGE

    obgyngangbangsta wrote:
    > Understood completely. I did state that I was using the 'log in user' behavior. I will figure this out shortly and I thank you for your help.
    I replied with your full post quoted an it didn't include any mention of the server behavior you were using. If you happen to be using the online forums and went back and edited your post for some reason, then those edits do not move into the NNTP forum where generally the folks that answer many of the posts. So please do not edit your posts, as the folks that are likely to answer your post won't see any of the edits. If you have additional information for your question, please post a reply to your thread rather than edit the post.


    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert 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