Hi,
I am attempting to write a cgi script which will allow the TeamSite user to change their passwords from a custom menu item on the TeamSite GUI. I have found some threads on the forum which deal with changing passwords using the Expect perl module.
http://devnet.interwoven.com/forums_vb/showthread.php?t=10398&page=1&pp=10However I am getting somewhat confused about how the code in the link is executed. Should I collect the password information first in the cgi and then do validation for the old password and new password, or do I do the validation as I collect the password credentials?
Can someone tell me what the correct steps should be, to do the password change?
Currently I am doing the following:
1) collecting password information
2) Validating new password and retyped new password. I cannot actually verify the old password.
3) Doing the password change using Expect, although not working at the moment.
Interwoven 6.7.0
Solaris
Thanks in advance
Mashuk