Bruce,
After examining the web51 secwin example, I find this would be too much to add to my app. I simply want to allow users to change their passwords, by receiving an email with a link in it, just like the secwin example provides.
I manually add new users and use their email address as the login. I make up a password and send that via email, not very secure thus I want to give them the opportunity to change it. I have a small user.tps file that contains the user info with the password stored as a hash, as you have described elsewhere in these forums.
In a similar fashion as the web51 app, I want to add a tab on my login form to take the current password and the new one, then submit this request back to the server. An email would be sent to the user's email with a link to complete the password change. I don't yet have an understanding of how to do this after looking at the web51 example. Can you help get me started with this?
Thanks,
Jeff