Hi everyone,
I'm currently working on a login form for web application, and I'm facing an issue with the autofill feature for the password input field.
To disable the autofill, I have already tried setting the autocomplete attribute to "off" for the username field and "new-password" for the password field. However, the autofill persists for the password input field.
I would greatly appreciate any insights or suggestions on how to effectively disable the autofill feature for the password field in my login form. Is there any additional configuration or technique that needs to be implemented to overcome this issue?
Thank you in advance for your assistance!
Hi
Follow this solution.
https://www.outsystems.com/forums/discussion/79680/how-to-remove-auto-complete-widget-input-suggestion/
or try once this one.
autocomplete="new-password"
Hi @Rahul Sahu , Thank you for your reply.
I tried with the two approaches placeholder=" " and autocomplete ="new-password". Still issue persits, ie., autofill showing in password input field.
Thank you.
Hi,
Have you saved the password on the browser or not?
can you share some images or oml?
Password already saved in browser. Here is the attached screen shot ,oml for your reference.
I thought it is a browser functionality, not the application. This manages and saved passwords on a browser level, not the app level.
Here I found some Suggestions-
https://www.codeproject.com/Questions/5272617/How-to-disable-the-saved-password-prompt-in-login
Also available is on the Outsystem Service Center because it is a browser-level setting -
Note that regardless of the technical implementation, it's not really smart to do this, for two reasons: