PostgreSQL - phppgadmin login disallowed for security reasons
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Версия от 16:58, 23 июня 2020; Admin iph (обсуждение | вклад)
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