Hello,
I have a form that is created using outsystem's inbuilt User entity. However, when I access the form to create a new user with a admin account, the Username and Password is always autopopulated to the current login's username and password. May I know what is causing this? Thank you!
Hi Low ,
If you want to avoid this you can use extended property as,
autocomplete= "off"
Refer below image for reference,
And in addition you can check your browser setting of auto fill and you can customise it
Thanks.
Thank you but this did not work, the password is still autopopulated.
In below solution there is javascript you can apply it,
https://www.outsystems.com/forums/discussion/69672/password-auto-fill/
Note: Refer above solution as per your usecase and customise it.
Hi Low,
You can refer below post.
https://www.outsystems.com/forums/discussion/33284/how-to-prevent-pre-filled-username-password-fields/
Thank you for this, however since I am using a reactive application, I dont have a Ajax submit option to solve this issue.