Hello all.
I am using Oracle APEX 23.1.5.
I have a form that's based on a database table. It has 2 items to enable user to set their usernames and passwords for the application. The items are named “P2_LOGGER” and “P2_PROVIDER_SECRET_WORD”. They are based on database columns with names “LOGGER” and “SECRET_WORD”, respectively.
When I run the page, the items get populated with a username and it's password that were saved previously in the browsers password manager.
I do not know if this has something to do with the problem, but I noticed that the credentials it uses to populate the items belong to apex workspace login page. That's the workspace that has my application. I am using Oracle cloud free tier.
What is the cause of that? And how can I avoid it?
P.S. the app will run on Android devices as a progressive web app.