Re: Where are SMTP settings configured?

2020-06-12 Thread Mike Jumper
On Fri, Jun 12, 2020 at 1:03 PM MARTINEZ, ARIEL wrote: > Hi, > > > > I’m unable to find where the SMTP settings are configured for the emails > that go out to the end users who create reservations. Can someone please > advise? > What emails and what reservations? There is nothing within Apache

Where are SMTP settings configured?

2020-06-12 Thread MARTINEZ, ARIEL
Hi, I'm unable to find where the SMTP settings are configured for the emails that go out to the end users who create reservations. Can someone please advise? Thanks. This email may contain confidential material. If you were not an intended recipient, please

Re: v1.1.0 OpenID and RDP connection password

2020-06-12 Thread Tim Worcester
I did preliminary testing on Nicks changes for this MR: https://github.com/apache/guacamole-client/pull/430 and it works. Just gotta wait for the official release! :) On Fri, Jun 12, 2020 at 9:18 AM Salatiel Filho wrote: > Were you able to make it work ? > > Atenciosamente/Kind regards, >

RE: Disable Client side caching of User Credentials

2020-06-12 Thread Tushar Jain
Thanks for your response. I want to achieve this from Guacamole itself than leaving it on the user to configure their browsers, something similar to what most banking site do. Your 2nd link talk about disabling "auto-complete" from the web-page itself. That is what actually I am looking for,

Disable Client side caching of User Credentials

2020-06-12 Thread Tushar Jain
Hi, Looking for a way to disable storage of user credentials in the browser. The user can select to save the credentials in the browser accidently or unknowingly. And if it is a shared computer, anyone who opens the login page again, can just select the username and the password automatically

Re: v1.1.0 OpenID and RDP connection password

2020-06-12 Thread Salatiel Filho
Were you able to make it work ? Atenciosamente/Kind regards, Salatiel On Tue, Apr 21, 2020 at 6:26 PM Tim Worcester wrote: > > Greetings, > > I currently have my guacamole client v1.1.0 configured to point to Keycloak > using the OIDC configuration options. This is causing my login information

Re: Disable Client side caching of User Credentials

2020-06-12 Thread Ghost_Knight
It certainly could be a configuration option! If you need the support immediately I would say that you should use the Guacamole extension framework to write your own login form and add the necessary attribute that way. To point out - at the bottom of that MDN entry it say "This is a hint, which

Re: Disable Client side caching of User Credentials

2020-06-12 Thread Paulo Gonçalves
It is possible to add an attribute to the form or the field so that the browser does not cache it. Perhaps it can become a configuration of Guacamole. https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion --- Paulo Alexandre Figueiredo

Re: Disable Client side caching of User Credentials

2020-06-12 Thread Ghost_Knight
If I am reading this correctly this is more of a browser setting issue. I would look at things like this: https://support.dashlane.com/hc/en-us/articles/36051065-How-to-turn-off-the-built-in-password-manager-in-your-browser A more officially recognized reference here that talks about this: