Hello All,
I have a login screen where I have set the autocomplete="off" for the username and password text fields so that browsers don't save the credentials
This was working fine for some time , now after few recent upgrades on ff and chrome, the pop up to save password comes up andI am able to save the password which means theĀ autocomplete="off" is being ignored . I also set the autocomplete off at the page level security section.When I see the html source for this page I do see <form action="wwv_flow.accept" method="post" name="wwv_flow" id="wwvFlowForm" autocomplete="off">
Am I missing something here ?
Can anybody please share solutions/ideas that have worked for them to disallow passwords from being saved in the apex login form
I can see this issue on both versions 4.0 and 4.2
Thanks and Regards,
RD