MysticRyuujin / guac-install

Script for installing Guacamole on Ubuntu
988 stars 272 forks source link

TOTP wont work #131

Closed antoweb closed 3 years ago

antoweb commented 4 years ago

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?

MysticRyuujin commented 4 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';
antoweb commented 4 years ago

Thanks MysticRyuujin but doesnt work.