Web based password reset

G

giftedwon

Hello all. I am looking for a web based password reset util. Also a
way that users can click on forgot my password and have it e-mailed to
a certain address. Is this possible? Is there a program out there that
can do this? Thanks.
 
H

Herb Martin

Hello all. I am looking for a web based password reset util.

You will need to find, buy, borrow, or build this.
Also a
way that users can click on forgot my password and have it e-mailed to
a certain address. Is this possible?

Nope. Windows doesn't KNOW your users passwords in most
cases.
Is there a program out there that can do this? Thanks.

You could write a program that does the first (resets the password
on demand from a web form then use it for setting up something
that creates a random (and temporary, i.e., "must change on next
logon") password, changes to that, then mails them this password plus
the link to the first web page to change it to their own choice.

Certainly a script (running as an admin or other privileged user)
could do the 'dirty deed'.

Notice that email is NOT secure in general. (It can be secure but you
have to use SSL to make that work and this is seldom the default.)

HTTP (web pages) can also use SSL (i.e., HTTPS) to secure this web
form you build and this should DEFINITELY be used as part of the
solution.

If you find something suitable then please post your solution.

You might also ask this question on one of the Web server newsgroups
(IIS or your actual web server.)
 
P

Paul Bergson

We use a third party product from Anixis, it comes with there password
policy enforcer but you can purchase it seperately. Check it out on their
web site, you can run it for 20 days free.

http://www.anixis.com/

It is a reasonably priced piece of software from a developer in Australia.

--
Paul Bergson
MCT, MCSE, MCSA, Security+, BS CSi
2003, 2000 (Early Achiever), NT

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup
This posting is provided "AS IS" with no warranties, and confers no rights.
 
P

Paul Bergson

30 days. Sorry, typo.

--
Paul Bergson
MCT, MCSE, MCSA, Security+, BS CSi
2003, 2000 (Early Achiever), NT

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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