Can't delete automatically created users (fozzie, gonzo, kermit) in flowable-idm

Hi,

I can’t delete automatically created the following users in flowable-idm:
fozzie fozzie@flowable.org Fozzie Bear
gonzo gonzo@flowable.org Gonzo The Great
kermit kermit@flowable.org Kermit The Frog

I had delete them several times BUT after restarting ‘Tomcat’ they have appearing again. We are using MySQL DB insted of H2.

MySQL DB configuration options:

datasource.driver=com.mysql.jdbc.Driver
datasource.url=jdbc:mysql://127.0.0.1:3306/flowable?characterEncoding=UTF-8
datasource.username=flowable
datasource.password=xxxx

Admin login and pass configuration options:

admin.email=admin
admin.password=xxxx
admin.firstname=Test
admin.lastname=Administrator

I have checked the following components (by ‘Check REST endpoint’) and all work correctly:
Process API Endpoint configuration (Endpoint valid, Engine at endpoint: default - 6.0.0.0)
Form API Endpoint configuration (also Endpoint valid)
DMN API Endpoint configuration (also Endpoint valid)
Content API Endpoint configuration (also Endpoint valid)

Hi,

In the Flowable REST app you can disable the creation of demo data. (Change to false in engine.properties)

create.demo.users=true
create.demo.definitions=true
create.demo.models=true

Regards,

Yvo

Thank you very much yvo!

Hey, Could you help me with disabling demo data in flowable rest in docker images? We are using docker with postgres and want to disable demo data creation in flowable rest. Our version (with docker image tag is 6.2.1