Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
obgyngangbangsta #1
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
-
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... -
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... -
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... -
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... -
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... -
danilocelic AdobeCommunityExpert #2
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
-
obgyngangbangsta #3
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
-
danilocelic AdobeCommunityExpert #4
Re: MULTI-USER AUTHENTICATION PAGE
obgyngangbangsta wrote:
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.> 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.
--
Danilo Celic
| [url]http://blog.extensioneering.com/[/url]
| WebAssist Extensioneer
| Adobe Community Expert
danilocelic AdobeCommunityExpert Guest



Reply With Quote

