From: D B. <ba...@aw...> - 2020-04-07 10:50:21
|
Hi, I've solved my immediate issue by manually creating saved credentials in Firefox (Preferences -> Privacy & Security) -> Saved Logins... -> Create New Login) It now prefills the login form like it should, so I'm suspecting it may be something in my Firefox config that prevents saving passwords. However, before that I've found some nice sources about optimising for password managers, maybe they are useful to you: https://hiddedevries.nl/en/blog/2018-01-13-making-password-managers-play-ball-with-your-login-form https://www.chromium.org/developers/design-documents/form-styles-that-chromium-understands I tried to test this out with the Inspect Element editor (adding various features to the HTML live) but unity then complains about missing inputs, so I guess I'd need to understand VAADIN and how the login forms are rendered before testing any further. Cheers, D On 06/04/2020 20:19, Krzysztof Benedyczak wrote: > Hi, > > W dniu 03.04.2020 o 11:14, D Baum pisze: >> Hi, >> >> I've got a feeling that the unit web login endpoint does something to >> prevent my Firefox from storing the login credentials - is that right? >> >> Is there an option to turn this off for testing purposes? Testing the >> login process and always re-entering the credentials is a bit of a >> pain... > > Nothing intentional here. I've noticed that FF has a problem with > capturing credentials. Chrome works fine and at least 1password from > commercial passs managers. I guess something is not suiting FF from > field metadata but I never got to particular HTML/CSS element that is > causing it. > > If you find what is that "something" let me know, may be easy to fix, > especially if this is CSS related. > > Best, > Krzysztof > |