Login  Register

Re: change ebs application users password

Posted by ErmanArslansOracleBlog on Feb 16, 2023; 3:01pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/change-ebs-application-users-password-tp11608p11611.html

I already answered that question.

In order to change all the application user passwords in one go, you need to write some script.
You will get the usernames from the fnd_user table, loop and execute the password change utility.(you will loop and execute FNDCPASS or fnd_user_pkg.changepassword)