Re: Disabling TOTP

2024-11-07 Thread Barnhart, Steven
2:21:31 PM To: user@guacamole.apache.org Subject: Re: Disabling TOTP In case it helps, this is the command I use after changing the configuration file: $ docker compose up --force-recreate --build guacamole That should ensure any changes are propagated through to the container without disturbing

Re: Disabling TOTP

2024-11-07 Thread David Lomas
In case it helps, this is the command I use after changing the configuration file: $ docker compose up --force-recreate --build guacamole That should ensure any changes are propagated through to the container without disturbing the database. On Thu, 7 Nov 2024 at 12:44, Nick Couchman wrote: >

Disabling TOTP

2024-11-07 Thread Björn Lindén
Hello! Im using the docker version of guacamole, and I have been using TOTP for quite a while for my users, but I no longer need it. I cant figure out how to disable TOTP. I have tried changing my docker compose file: TOTP_ENABLED: "true"--> TOTP_ENABLED: "false" Ive tried commenting out

Re: Disabling TOTP on a per user basis?

2021-11-18 Thread Brad Bendy
That's great, works perfect! I was hoping it was something easy. I had seen those posts about 1.2. Thanks much! On Thu, Nov 18, 2021 at 9:08 PM Hankins, Jonathan wrote: > > I just worked on this today. There are some tickets in JIRA about it, and it > looks like it's being considered for a fut

Re: Disabling TOTP on a per user basis?

2021-11-18 Thread Hankins, Jonathan
I just worked on this today. There are some tickets in JIRA about it, and it looks like it's being considered for a future version. See the workaround that one user is using here - I tested the same thing today. https://issues.apache.org/jira/plugins/servlet/mobile#issue/GUACAMOLE-1164 On Thu,

Disabling TOTP on a per user basis?

2021-11-18 Thread Brad Bendy
Hi, I setup the TOTP extension and all works fine. We are using the API heavily for auto creation of connections and when we enable the module this breaks for the API user. Can we disable this somehow for just the API user? Thanks -