Guacamole

Выключить TOTP для определённого пользователя

Внутри контейнера с postgres от guaca

su postgres
psql
\c guacamole_db
select * from guacamole_user_attribute;
update guacamole_user_attribute set attribute_value='totpdisabled' where user_id=<userid> and attribute_name='guac-totp-key-secret';

Решение взято тут

Шпаргалка postgre

Revision #2
Created 17 August 2023 07:44:39 by Admin
Updated 17 August 2023 07:54:00 by Admin