reset demo password

1,625 views
Skip to first unread message

stefan maier

unread,
Feb 2, 2015, 7:04:19 AM2/2/15
to camunda-...@googlegroups.com
Hey :)

we use your Camunda Server as a JBOSS Version. I change the password of the demo account, it is our only admin account. Is it possible to reset the passowrd without reinstalling the whole server?

regards
stefan

Sebastian Menski

unread,
Feb 2, 2015, 7:20:02 AM2/2/15
to camunda-...@googlegroups.com, step...@gmail.com
Hi,

connect to your database and set the PWD_ field of the demo user in the ACT_ID_USER table to

{SHA}ieSV55Qc+eQOaYDRSha/AjzNTJE=

which is the default demo password.

Cheers,
Sebastian

step...@gmail.com

unread,
Feb 2, 2015, 8:51:06 AM2/2/15
to camunda-...@googlegroups.com, step...@gmail.com
Thank you for your quik answer. How can i connect to the database?

Sebastian Menski

unread,
Feb 2, 2015, 9:04:30 AM2/2/15
to camunda-...@googlegroups.com, step...@gmail.com
Hi,

if you didn't change the default configuration you can access the H2 database with

http://localhost:8080/h2/h2

As JDBC URL you have to specify the H2 file on your disk, for example if you extracted the camunda distro to /home/camunda/jboss it would be

jdbc:h2:/home/camunda/jboss/camunda-h2-dbs/process-engine

The username and password is

sa

If you changed the default H2 configuration or configured another database you have to adjust this values or use an external tool to access the database.

Cheers,
Sebastian
Reply all
Reply to author
Forward
0 new messages