I need to implement a password reset tool in Domino 9.0 because i need every user to recover their password by thenselves, knowing this I was thinking to use the “pwdresetsample.nsf” file for this purpose but i need help to implement it without the HTTP authentication, can anyone give a hand with this??
Subject: Reset password with HTTPS
How can i setup this process to use HTTPS protocol??
Subject: An idea
As you have mentioned the password reset sample is really just a very basic example and I would not implement that in a production environment.
Since you do not want to use http authentication one option you have is to implement some sort of authentication based on some criteria stored in a user profile.
For example you could create a web application where the user is required to enter their identification number.
The identification number than provides the user with X number of security questions they have to answer. The questions would be either questions the user setup themselves when setting up their profile or based on predefined questions (what is your last 4 digit of your SS# for example) Of course the user profiles must not be accessible to anyone , and you should only use HTTPS protocol when doing all of this as well.
Subject: Reset http password
Your Domino users can reset his/her password with this tool. No need setup http.
http://www.nsfappstore.com/product/change-and-reset-domino-http-password-full-source-code-version/ http://www.nsfappstore.com/product/change-and-reset-domino-http-password-full-source-code-version/
Subject: Reset password with HTTPS
How can i setup this process to use HTTPS protocol??
Subject: Re:
Well it depends on how you plan to design the application that will handle the user requests. If you plan on doing it off of a domino web server you can setup SSL either by purchasing a certificate or by using domino as a CA. You can follow the information in the technote below
http://www-01.ibm.com/support/docview.wss?rs=463&uid=swg21193730 http://www-01.ibm.com/support/docview.wss?rs=463&uid=swg21193730