Closed antoweb closed 3 years ago
You'll need to modify the database.
https://issues.apache.org/jira/browse/GUACAMOLE-770
UPDATE `guacamole_user_attribute` SET `attribute_value` = 'false' WHERE `guacamole_user_attribute`.`user_id` = 3 AND `guacamole_user_attribute`.`attribute_name` = 'guac-totp-key-confirmed';
Thanks MysticRyuujin but doesnt work.
After first install on debian buster 10 and after scanned the qr code the token inserted is invalid so unable to login. How to correct this problem or disable temporary otp?