Modifying a passwoed on a front end application [message #247079] |
Sat, 23 June 2007 12:22 |
srhngsn
Messages: 6 Registered: June 2007
|
Junior Member |
|
|
I would like to know if apart from the alter user option, there is another function that can be used to modify a user's password.
To enforce the password I'm using the password_verify_function, but the check between the old and the new password is bypassed as the old one is never asked when you're using alter or the password command as a sysdba or a user with alter user privileges.
Thanks
|
|
|
|
|
|
Re: Modifying a passwoed on a front end application [message #247087 is a reply to message #247079] |
Sat, 23 June 2007 15:05 |
srhngsn
Messages: 6 Registered: June 2007
|
Junior Member |
|
|
The users with privileges can create, modify and delete users. (That's the only privilege they have above the others)
Quote: | DBA users when they modify other's password should set it "expire" so user has to modify it at his first connection.
|
This can be a solution but I still don't know to which PL/SQL function to pass the parameters when using a fron end application.
Is there any aquivalent to the password command where one could pass some variables as parameters ?
Regards
|
|
|
|
|
|
|