Replying as I am in a similar scenario and would be curious of a possible solution.
Regards,
Randy
Hello,
I’ve noticed no responses to this for quite some time….
We are starting project to move from Apps 10 to IFS Cloud.
Just gone to login and it is prompting to update password as per below.
Anyone no if this can be disabled or a means to mass update all our user accounts?
Hello,
I’ve the same issue.
How is possible that no one asnwer in 5 month?
Hi,
I think you have to use the REST API for that. There is an API called UserHandling which includes a function SetUserPassword.
The payload looks like this:
{
"Username": "It is a Text",
"Password": "It is a Text",
"PasswordConfirm": "It is a Text",
"Temporary": true
}
So you could build something which creates this payload for all users and sends a POST request.
Cheers,
Golo