forefully change a password after login

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

forefully change a password after login

raiq1
Dear Erman,

I have a requirement comes that we have to force  all EBS users to change their password at the next login.

I have found one API in $FND_TOP/AFCEXPIRE.SQL  and it works well but the question  there are some users who are just  scheduling some concurrent JOBS , no body are using that type of  users .


after password changed , what is the behavior of this type of users . Is they stop working and concurrent programs that are belong to that type of users are not running.

Hope you understand my question and please provide me a solution to handle it.

I have 12.1.3 environment.

Regards,
Raiq

Reply | Threaded
Open this post in threaded view
|

Re: forefully change a password after login

ErmanArslansOracleBlog
Administrator
I would use a seperate scheduler user to schedule the concurrent programs.
Similarly, If the user is an expired user, the request gets cancelled and the status of the request
is updated as Completed /Cancelled.
Normally, we expect scheduled concurrent programs to be stopped when the related responsibility is expired. I didn't test the effect of user's password expiration. I don't think it will have a negative effect on scheduled concurrent programs.. You can test is very easily and send us an update.