Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Disable password save by browsers

RDSep 4 2014 — edited Sep 5 2014

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 3 2014
Added on Sep 4 2014
4 comments
2,273 views