Closed (fixed)
Project:
Protected Node
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2019 at 06:35 UTC
Updated:
22 Jan 2020 at 19:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
john_b commentedComment #3
john_b commentedModified issue to simply suggest changing autocomplete="off" to autocomplete="new-password" since in testing, with a single client on a single browser, this has proved sufficient to deal with the problem of prefilled password field (and in one case prefilling of a text field with 'name' in its name) with a user name.
Comment #4
vangelisp commentedI can confirm that this issue appears quite often now on one of my clients.
Steps to replicate: protected_node 7.x-1.5
User browser: Firefox 71.0 / Ubuntu
Website on https
Before the patch:
Password on first password field is prefilled thus disallowing user to save the page. Also confuses them that they need to enter their login password to proceed.
After the patch:
Password is empty until they actually populate it.
I am attaching a patch for the 7.x-1.5 version of this module.
Comment #5
vangelisp commentedThis is a patch that will resolve the situation. Works with 7.x-1.5 version
Comment #6
grimreaperHello,
I have been able to reproduce the problem and confirm that the patch fixes it.
Thanks!
Comment #8
grimreaperPatch merged!
Thanks!
I am going to make a new release.
Comment #9
grimreaperFor the record: https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site...