On Wednesday, February 9, 2022, 06:14:29 PM GMT+1, Hankins, Jonathan 
<[email protected]> wrote: 

> If you are on 1.4.0 and still have access to another admin account, you can 
> clear it in the Settings / Users page for guacadmin.
>
> Otherwise it's in the database, in theĀ guacamole_user_attribute table.

Thanks, Jonathan.
So, it's expected that if I log in as guacadmin I cannot "Clear TOTP secret" 
and Save? I get a permission denied error.
I can see that it's the case for any "admin" user. I can only clear the secret 
of another account, not my own.

So I made the following change in the DB:

update guacamole_user_attribute set attribute_value = 'false' where 
attribute_name = 'guac-totp-key-confirmed' and user_id = 1;

That was enough to re-enroll.

Thanks,

Vieri

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to