This can be disabled or enabled inside Browser's settings, for example on Firefox:
about:preferences#privacy -> Passwords -> Fill usernames and passwords automatically
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I use Laravel 11 and vuejs3. At the moment when displaying the login form, the fields are empty despite the fact that the browser has memorized the credentials. When I type the first letter of the email, memorized previous entered values are displayed under the field and I can pick the right one with mouse click. The same for password. How can I retrieve these 2 values in order to pre-fill the form ?
Please or to participate in this conversation.