I am not sure that it makes sense for a user to be able to change their password from a login screen. It would normally be a function that the user can access after they have logged on.
Once the user is properly logged on, then you can present them the option to change their password.
svilla
Junior Poster in Training
88 posts since Aug 2010
Reputation Points: 27
Solved Threads: 27
you need to create 2 types of users
1. admin user -- can access any user details
2. restricted user -- can access self data only.
when the restricted operates all the data s/he has access to is own records only(filter by user name or id what ever you are maintaining in your database).
debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
as i have already mentioned you need to filer the records from database as per user roles / user type.
debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
Threads merged. Please do not create multiple threads for a single question.
Ezzaral
Posting Genius
15,986 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847