Admin Log-in on Demo not working on new
Posted: Tue Aug 14, 2012 9:54 am
by limebot
I verified the password still seems to be admin/admin from the load_admin_users.sql file.
I am using the DemoSite-2.0.0-M1-5-eclipse-workspace version.
Re: Admin Log-in on Demo not working on new
Posted: Thu Aug 16, 2012 9:23 am
by aazzolini
You have to start up site before admin.
This is because we use an in-memory database (HSQL) for the demo by default with settings to create-drop the schema and reload the data on startup.
To prevent conflicts, the data loading only occurs on site startup, which is why you will not be able to log in if you only start up admin.