Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
phppgadmin を使用して postgresql にログインしようとしています。ただし、毎回ログイン失敗エラーが発生します。問題は何ですか?コンソールから簡単にログインできますが
次の行の config.inc.php ファイルを確認します。
$conf['extra_login_security'] = false;
true の場合は false に変更します。