Once I got my Flowable server running, the first thing I did was to change the admin password.
That was ok, and the flowable-idm application kept working ok.
After that, I tried to log in the other applications, and then everything stopped working, and the redirect was always going back to the login screen, not for Invalid Credentials, but for incorrect configuration.
By reading the documentation, I found the parameters
rest.process.app.user=admin
rest.process.app.password=test
Once I changed the password in the configuration to match the one I used when redefining the user password, everything start working again.
So, my doubt is, is really required to change the configuration every time I change the admin user’s password?
I mean, after every change, do I really have to restart the application because of this change?
Thank you in advance.