Changing passwords in forms [message #124877] |
Wed, 22 June 2005 00:35 |
arobinson98
Messages: 8 Registered: June 2005
|
Junior Member |
|
|
Greetings,
We have a forms 6i application and users have their passwords set to expire every 90 days. They get a pop-up notifying them it's about to expire. I'm trying to create a screen where they can change their own password but i'd like to do it without hosting out an alter user command. I've also put in a password validation function on the database so I'd like to capture any invalid password errors and raise them to the user. I understand I could use the forms_ddl() function to issue an alter user command but if they enter an invalid password I would like to raise the error to the user and I can't get that working. Any idea's as to how I could to that would be greatly appreciated. Thanks!
[Updated on: Wed, 22 June 2005 00:50] Report message to a moderator
|
|
|