Changing password script

G

Guest

Hi,

Currently I have a website, where employees would logon using their login
ID, and would create an escalation ticket, and is all working fine. I would
like to give employees the ability to change their password.

Any hints/tips on how to do it...I did a lot of search to find the script
that I can modify or customize...but so far no luck...

Any help will be greatly appreciated!!!

Thanks,

Shikha
 
S

Stefan B Rusynko

Depend on your server and what they support
(server side script and a database required for the login and the manage users accounts)


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Hi,
|
| Currently I have a website, where employees would logon using their login
| ID, and would create an escalation ticket, and is all working fine. I would
| like to give employees the ability to change their password.
|
| Any hints/tips on how to do it...I did a lot of search to find the script
| that I can modify or customize...but so far no luck...
|
| Any help will be greatly appreciated!!!
|
| Thanks,
|
| Shikha
 
G

Guest

Hi Stefan,

I am using ASP, along with MS Access database which is storing the login
information...

Thanks,
Shikha
 
D

David Berry

Then all you need is a page to allow them to update their password. That
page would have a form on it with a field for the new password. The form
would post to an ASP page that updates the password in the database table.
See www.asp101.com for samples

--
David Berry
FrontPage Support: http://www.frontpagemvps.com/



shikha said:
Hi Stefan,

I am using ASP, along with MS Access database which is storing the login
information...

Thanks,
Shikha

Stefan B Rusynko said:
Depend on your server and what they support
(server side script and a database required for the login and the manage
users accounts)


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Hi,
|
| Currently I have a website, where employees would logon using their
login
| ID, and would create an escalation ticket, and is all working fine. I
would
| like to give employees the ability to change their password.
|
| Any hints/tips on how to do it...I did a lot of search to find the
script
| that I can modify or customize...but so far no luck...
|
| Any help will be greatly appreciated!!!
|
| Thanks,
|
| Shikha
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top