reset password to random - send to user e-mail

sun solaris server

mysql database

jsp

request is for a user account to be titled as "help desk". user has cretin granted permissions, but due to security reasons, we are going to have the help desk user only have the ability to reset the password for a users account. this will be an active link for a list of users, and when clicked it will send out a new password *alpha numeric and random* to their e-mail. *this way if the help desk user is wanting to steal some info or sell it on the side, they cant because they have no ability to see the details of the account.

does a canned product similar to or exactly matching exist?

finding something and setting it active in a test environment is my goal for this friday.

[756 byte] By [pixelmonkeya] at [2007-11-27 0:58:25]
# 1

You are going to implement all of that and install it today even though you know nothing about the subject?

Seems ambitious to me.

I doubt such a 'product' exists. There are certainly many products with much more functionality that have this as part of the product. But even the open source ones would require quite a bit of time to dig through to find out how they do it and the extract it for your own purposes.

jschella at 2007-7-11 23:32:19 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
got it!we had the password reset on a beta site developed in november... as for the e-mail send, it was just changing the link to work with the display of the user id.yes... i know a little bit.chris<pixelmonkey>:D
pixelmonkeya at 2007-7-11 23:32:19 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...