0

Phpmyadmin : Login disallowed for security reasons in postgresql

after installation of Postgresql with phpmyadmin on ubuntu 16.04. i tried accessing phpmyadmin on browser

with postgres username and its password it display Login disallowed for security reasons message.

how to solve this issue....?

PostgreSQL phppgadmin Add a comment
tommyhilten
asked Nov 03 2017

Answer

0

I greatly appreciated your essay and hope to read more from you in the future. If you have any spare time, you are welcome to join me in playing a fun game called poppy playtime.

Add a comment
dordleluka
asked Jun 29 2023
edited Jun 29 2023
Post your Answer
0

I was very pleased to search out this net-site. I wished to thank you for your time for this wonderful read!! I positively enjoy each little bit of it and have you bookmarked to take a look at new stuff in your weblog post. click here

Add a comment
touchingpoetry
asked Feb 15 2023
edited Aug 19 2023
Post your Answer
0

I was very pleased to search out this net-site. I wished to thank you for your time for this wonderful read!! I positively enjoy each little bit of it and have you bookmarked to take a look at new stuff in your weblog post. click here

Add a comment
touchingpoetry
asked Feb 15 2023
edited Aug 19 2023
Post your Answer
0

open php configuration file /usr/share/phpPgAdmin/conf/config.inc.php . do not open this one /etc/phpPgAdmin/config.inc.php ... now change $conf['extraloginsecurity'] = true; into $conf['extraloginsecurity'] = false; after that restart postgresql and apache services.

systemctl restart postgresql

systemctl restart apache2

Add a comment
arunkumarak
asked Nov 12 2017
edited Oct 05 2018
Post your Answer
0

Can you provide details about the steps you followed during the installation of PostgreSQL and phpMyAdmin on Ubuntu 16.04 to help identify potential issues in the setup?
@spacebar clicker

Add a comment
everrance
asked Jan 25 2024
edited Jan 25 2024
Post your Answer
0

great! very simple

Add a comment
historicalkilt
asked Dec 29 2023
edited Dec 30 2023
Post your Answer
0

In principle, everything is clear and very simple.

Add a comment
douglasking
asked Feb 14 2023
edited Aug 18 2023
Post your Answer