Exporting organization from portal

1
0
-1

Hey,

On exporting the organization from the portal, the passwords of the users are hashed in the XML. But when importing it into the studio, the users' passwords are replaced by their hash, which causes problems. Is there any way of importing an organization into the studio and not replacing their passwords?

Thanks

1 answer

1
0
-1

When you import an organization in Bonita Studio it will override the existing organization with the same name (it does not attempt to merge it). Also Studio expects the password in the organization file not to be encrypted whereas the export from Bonita Portal does encrypt them.

Export from Portal was design to allow import in another Portal installation, not in the Studio.

Maybe a workaround would be to a search and replace from <password encrypted="true">*</password> to <password encrypted="false">bpm</password> for the file to be imported in the Studio.

Notifications