Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
LoginForm - Disable credential saving
Hello all,
I have a question related to the LoginForm. In case that a user is logged-in via its own computer, it is perfect to save the credentials. let's assume, that the user loggs-in on a public computer. In this case i do not want to have this function. Is there a way to configure whether the function is availble? Of course, if have the possibility to use a simple textfield, but maybe it is easier to switch the function off?
Best Regards,
Thomas
Saving of credentials is a browser-functionality that cannot be configured. But all modern browser I know ask the user before they save the credentials - so it is your user's responsibilty anyways.
Hello! Thanks for the fast response. Of course, you are right. This is the easiest way.... :)