Hello everyone, I would like to know how to change the default password (install) of install (technical user) user on community version.
Thank you !
Hello everyone, I would like to know how to change the default password (install) of install (technical user) user on community version.
Thank you !
Hello,
In the community edition you can change the technical user and platform administrator's password there are no guest users (it is an enterprise feature).
To do so download the tomcat bundle for community. It is recommended to read the how to configure and run the bundle text file.
1. Stop Bonita Community Tomcat bundle
2. In setup/ folder, run `setup(.sh|.bat) pull` to retrieve your current configuration from database
3. Edit any configuration file in setup/platform_conf/current folder.
Example of frequently customized files are:
- setup/platform_conf/current/platform_engine/bonita-platform-community-custom.properties
- setup/platform_conf/current/tenants/1/tenant_engine/bonita-tenant-community-custom.properties
4. Run `setup(.sh|.bat) push` to push the new configuration to the database
5. Restart the Bonita Community Tomcat bundle so the new configuration is taken into account
Hope this helps.
Kind regards,
Soham