Bulk update Central Password

Hi,

We want to update central password for some employee accounts so that they flow into the target system.

Is there a way to bulk update central password, either through DB or Object browser or any other way.

Thanks,

-Dhina

Parents
  • Hi Dhina,

    if you want to use the same value for all passwords, you can use the ObjectBrowser and multi-select the persons. If you want to use a different password, I'd create two processes:

    * On Person: Use custom event_1; Generate password + store it somewhere (or send a mail) -> update object

    * On Person: Use custom event_2; Fire event to trigger process above (with whereclause to select the person objects you want to update)

    Please do not use sql update.

Reply
  • Hi Dhina,

    if you want to use the same value for all passwords, you can use the ObjectBrowser and multi-select the persons. If you want to use a different password, I'd create two processes:

    * On Person: Use custom event_1; Generate password + store it somewhere (or send a mail) -> update object

    * On Person: Use custom event_2; Fire event to trigger process above (with whereclause to select the person objects you want to update)

    Please do not use sql update.

Children
No Data