Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to login to postgressql using phppgadmin. However, I get Login failed error everytime. What could be the issue? I can easily login from the console though

share|improve this question
are you using phppgadmin from the same machine as is running postgre? Your login may be set for localhost only – SupremeDud May 29 '12 at 13:41
I have already fixed the issue. It is closed – rajan sthapit May 29 '12 at 14:34

closed as too localized by Pent Ploompuu, Raghav Sood, Fabio, hakre, Bo Persson Oct 10 '12 at 18:10

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

Check the config.inc.php file for the line:

$conf['extra_login_security'] = false;

If true change to false.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.