PostgreSQL - phppgadmin login disallowed for security reasons

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Перейти к:навигация, поиск

Доступная цена

PostgreSQL - phppgadmin login disallowed for security reasons

Ошибка:

postgresql phppgadmin login disallowed for security reasons


решение в конфиге phpPgAdmin - conf/config.inc.php:

        $conf['extra_login_security'] = true;

заменить на

       $conf['extra_login_security'] = false;


Если extra_login_security стоит true, то запрещено входить под логинами pgsql, postgres, root, administrator и без паролей. Если false - то разрешено.

и перезапустить postgresql (10 версия):

# systemctl restart postgresql-10
Индекс цитирования