Hi,
Can anyone please let me know how we can acheive password reset in TeamSite for OS user.
Any suggestions.
Regards
Krishna
This has been done in the past by creating a customization using something like the expect scripts (if you don't know what this is - just google "expect script" and start reading up on it) - otherwise users have to do it outside the context of TeamSite.
Thanks for the information.
This expert script can use and reset the password from TeamSite UI. Is this possible?
Krishna.
India123 wrote: Thanks for the information. This expert script can use and reset the password from TeamSite UI. Is this possible? RegardsKrishna.
Not "expert" - "expect" - and since the script would be run from the server - assuming the user has the ability to run the script on the server (via a custom menu option) and the server has the ability to run whatever commands are needed to reset the users password - then yes - it is possible.
You will want to make sure to do as much encryption as possible of the password information so that it's secure.