Activiti 6.0.0.Beta4 - credentials are not valid

cancel
Showing results for 
Search instead for 
Did you mean: 
ricardojj
Active Member

Activiti 6.0.0.Beta4 - credentials are not valid

Jump to solution
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 Solution

Accepted Solutions
jearles
Established Member II

Re: Activiti 6.0.0.Beta4 - credentials are not valid

Jump to solution

Try the following credentials:
Username: admin
Password: test

Works for me Smiley Happy

-JEarles

View solution in original post

3 Replies
jearles
Established Member II

Re: Activiti 6.0.0.Beta4 - credentials are not valid

Jump to solution

Try the following credentials:
Username: admin
Password: test

Works for me Smiley Happy

-JEarles

ricardojj
Active Member

Re: Activiti 6.0.0.Beta4 - credentials are not valid

Jump to solution

Thanks a lot

gdharley
Intermediate

Re: Activiti 6.0.0.Beta4 - credentials are not valid

Jump to solution

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