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
You may need to change the name of your properties file.
Try changing
usergrid-custom.properties to usergrid-deployment.properties
then restart tomcat.