1
When installing the phpPgAdmin on Linux, the following message appears: "Identification disabled for security reasons". What can it be?
1
When installing the phpPgAdmin on Linux, the following message appears: "Identification disabled for security reasons". What can it be?
1
I managed to solve and I’m sharing here the solution.
In the installation directory of phpPgAdmin (usually the way is: /usr/share/phppgadmin/conf/config.inc.php), open the file called config.inc.php and change the following line:
Of:
$conf['extra_login_security'] = true;
To:
$conf['extra_login_security'] = false;
After the changes are made restart the web server.
Browser other questions tagged php database postgresql
You are not signed in. Login or sign up in order to post.