cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti 6.0.0.Beta4 - credentials are not valid

ricardojj
Champ on-the-rise
Champ on-the-rise
I am trying to use Activiti 6.0.0.Beta4, but the login credentials are not valid (user / password: admin@app.activiti.com/test) does anyone know how to fix this error?
1 ACCEPTED ANSWER

jearles
Star Contributor
Star Contributor

Try the following credentials:
Username: admin
Password: test

Works for me Smiley Happy

-JEarles

View answer in original post

3 REPLIES 3

jearles
Star Contributor
Star Contributor

Try the following credentials:
Username: admin
Password: test

Works for me Smiley Happy

-JEarles

ricardojj
Champ on-the-rise
Champ on-the-rise

Thanks a lot

gdharley
Elite Collaborator
Elite Collaborator

Adding a little more detail.

These default credentials are actually stored in the activiti-app.properties file.

#
# DEFAULT ADMINISTRATOR ACCOUNT
#

admin.email=admin
admin.password=test
admin.lastname=Administrator

You can define whatever you prefer here.

Cheers,

Greg