Forum Moderators: open

Message Too Old, No Replies

Dreamweaver user edit

user edit

         

ictglobal

11:42 am on Sep 14, 2004 (gmt 0)

10+ Year Member



Hi,
I have a Dreamweaver page where users can add their details and then the details are displayed in a database.

I want to add the feature so that users can edit their profiles. But i want only the rightful owners to edit their features.

Example.

Someone's name is Yak and enters details as follows :

Name - Yak
City - Boston

Later if he changes city to Philadelphia, I want himn to be able to go to the website and then update his details.

I have been able to set up that one.

But I want to be sure that, only yak can change his details and that nobody else can arbitrarily change that details.

Any help?

brandonh

7:08 pm on Sep 23, 2004 (gmt 0)

10+ Year Member



Just check to make sure that the right user is editing the profile. Not knowing what you're using for a backend makes it kinda hard, but I'm assuming that you can tell which user someone is (login page, cookie). Just force a login / password before you allow the user into the edit profile page.

HTH,

Brandon