Phpmyadmin : Login disallowed for security reasons in postgresql
In this post we will give you information about Phpmyadmin : Login disallowed for security reasons in postgresql. Hear we will give you detail about Phpmyadmin : Login disallowed for security reasons in postgresqlAnd how to use it also give you demo for it if it is necessary.
As we know, PostgreSQL or Postgres is a powerful object relational database management system and it is available for many operating system.
There is a web based administration interface for Postgres written in PHP called PhpPgAdmin
Once you have successfully installed phpPgadmin in your system, You will need to configure the setting to have a non-root user to login but if you don’t then you will get following error while login with root user :
Login disallowed for security reasons.
To resolve above issue, You will need to edit the phppgadmin config file from following directory /etc/phppgadmin/config.inc.php.
Now modify the line $conf[‘extra_login_security’] = true; to $conf[‘extra_login_security’] = false;
You can change the setting whenever you want to login with your newly created user.
Hope this code and post will helped you for implement Phpmyadmin : Login disallowed for security reasons in postgresql. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs