Page 2 of 2

Re: Can not login to Admin page

Posted: Fri Sep 07, 2012 1:23 pm
by aazzolini
Can you follow the debug step I mentioned and report back?

Re: Can not login to Admin page

Posted: Sat Sep 08, 2012 3:33 am
by nicelion
I will try , this project is quite heavy and my computer is quite out date :(

Re: Can not login to Admin page

Posted: Thu Oct 25, 2012 9:16 am
by limebot
I have the same issue but my application is hosted at AWS in 2 different environments with the same database. I uploaded a new version for the admin application yesterday. It seemed to work fine I could log-in no problem, but this morning I got the same "Invalid username / password combination." as if I had never started the public site.

As of now I have restarted the application server, cleared cache, and rolled back my version back.

For a hosted application how can a avoid this in the future?

Re: Can not login to Admin page

Posted: Mon Apr 22, 2013 4:18 pm
by dlavoie
I am currently encountering the same issue. I'm running under 2.2. I'll continue my investigation and revert with details.

Edit : Well, it ended up pretty obvious 5 minutes after my post... The site needs to be running in order to have default data loaded inside the database. With the default "development" runtimeEnvironment, the database is purge on every shutdown.

Re: Can not login to Admin page

Posted: Wed Nov 11, 2015 2:18 am
by suri
I have the same issue but my application is hosted at different environment(ibm blumix)with the same database. I uploaded a new version for the admin application yesterday. I got the same "Invalid username / password combination." can any one help me in this issue.i'm updated BLC_ADMIN_USER table using following query


UPDATE BLC_ADMIN_USER SET ADMIN_USER_ID=-1,EMAIL='admin@yourdomain.com', LOGIN='admin',

NAME='Administrator', PASSWORD='c25519e7c79bee0b21cb6f3636c4b08e1161a1f9', ACTIVE_STATUS_FLAG=1;

Re: Can not login to Admin page

Posted: Wed Nov 11, 2015 2:29 am
by suri
Hi, I have the same problem. When I try to run bl-admin in ibm blue-mix I can't log in. I'm using admin/admin to log in. I would appreciate help.

i"m using following query to update table---BLC_ADMIN_USER
UPDATE BLC_ADMIN_USER SET ADMIN_USER_ID=-1,EMAIL='admin@yourdomain.com', LOGIN='admin', NAME='Administrator', PASSWORD='c25519e7c79bee0b21cb6f3636c4b08e1161a1f9', ACTIVE_STATUS_FLAG=1;

Re: Can not login to Admin page

Posted: Wed Nov 11, 2015 2:30 am
by suri
Hi, I have the same problem. When I try to run bl-admin in ibm blue-mix I can't log in. I'm using admin/admin to log in. I would appreciate help.

i"m using following query to update table---BLC_ADMIN_USER
UPDATE BLC_ADMIN_USER SET ADMIN_USER_ID=-1,EMAIL='admin@yourdomain.com', LOGIN='admin', NAME='Administrator', PASSWORD='c25519e7c79bee0b21cb6f3636c4b08e1161a1f9', ACTIVE_STATUS_FLAG=1;

please let me know wheteher the credentials are admin\admin