Archives of the TeradataForum
Message Posted: Thu, 16 Feb 2006 @ 22:00:54 GMT
Subj: | | Re: Password Self-service |
|
From: | | Mohommod.Khan |
Most of the end user tool will have the option to change password and if it does not, you can write a small script to do that. I wrote a VB
interface nothing fancy that uses rdo connectivity and run a simply SQL some thing like : MODIFY USER <user name > AS PASSWORD = <new
password>
You can check for errors and trap them and make it do whatever you want. You can use the same code to make an application on VBA or windows
scripting (assuming you are on windows).
Hope this helps
Mohommod
|