Usergrid: Unable to Login to local Usergrid

430 views Asked by At

I setup Usergrid on my local machine, however even after modifying the 'usergrid-default.properties' file and adding:

# SysAdmin login
usergrid.sysadmin.login.name=superuser      
usergrid.sysadmin.login.email=
usergrid.sysadmin.login.password=superpassword
usergrid.sysadmin.login.allowed=false

I am not able to login to the local instance. Even with the test/test password it is not allowing me in. IS there a trick I am missing?

-S

3

There are 3 answers

0
rockerston On

You may need to change the name of your properties file.

Try changing

usergrid-custom.properties to usergrid-deployment.properties

then restart tomcat.

0
Andrew Harasta On

Place "usergrid-custom.properties" in Tomcat's lib/ directory. Ensure that there are no spaces before or after the credentials in this file. Remove the ROOT/ directory in webapps/ and restart Tomcat.

0
Raju Sah On
usergrid.sysadmin.login.allowed = true