Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New Password - After 'Forgot Password' 1

Status
Not open for further replies.

Friend33

Programmer
Nov 23, 2005
17
0
0
ZA
Hi Friends !!

After the 'Forgot Password' functionality has been introduced at the User Admin Login page, it's time for the user to change the password, so that the user has to change the password at the next logon.

Any inputs asto how to implement this ?

Many Thanks,

Friend33
 
Hi Tharg,

Any ideads on the newest thread 'New Password - After Forgot Password' which you were mentioning before ?

Thank You,

Ravi
 
Ravi,

You should set the account as being expired, that way Oracle will insist on the user changing their password, when they attempt to log in.

Code:
alter user scott password expire;

should do the trick. Obviously replace the immortal scott with whatever user name you are dealing with.

Regards

Tharg

Grinding away at things Oracular
 
Hi Tharg,

You are a boon in disguise for me. I really appreciate your help.

Thanks once again for your valuable tips !!

Have a nice day !! :)

Ravi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top