29
Views
5
Comments
User form - autopopulated username and password

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!

2025-04-17 05-42-16
Ajit Kurane

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.

UserImage.jpg
Low Nico

Hello,

Thank you but this did not work, the password is still autopopulated. 

2025-04-17 05-42-16
Ajit Kurane

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.

2024-03-22 09-17-23
Chandra Vikas Sharma

Hi Low,

 You can refer below post.


https://www.outsystems.com/forums/discussion/33284/how-to-prevent-pre-filled-username-password-fields/

UserImage.jpg
Low Nico

Hello, 

Thank you for this, however since I am using a reactive application, I dont have a Ajax submit option to solve this issue.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.