Page 1 of 1

Prevent password prefill in Chrome

PostPosted: 07 Apr 2017 15:34
by DidierL
Problem with Chrome.
I'm using PasswordPrompt property in a Change Password form.
Seems every JQEdit is prefilled with current password.
How can I avoid this?

Thanks

Re: Prevent password prefill in Chrome

PostPosted: 10 Apr 2017 10:51
by Alexander Bulei
Hi DidierL,

It's a default browser functionality...
You can try with JQEdit.Autocomplete property.

Best Regards.

Re: Prevent password prefill in Chrome

PostPosted: 12 Apr 2017 14:51
by DidierL
Hi Alexander,

I've had no success with JQEdit.Autocomplete...
Also I can't get rid off the password automatic hint. :?

May I suggest to implement 2 properties like:
- PasswordLikePrompt : boolean
- PasswordLikeText : input text in clear
The keypress would output only password char, but the text would be available in PasswordLikeText.

Regards

Re: Prevent password prefill in Chrome

PostPosted: 19 Apr 2017 11:21
by Alexander Bulei
Hi,

We've changed the autocomplete attribute value as was suggested here: https://bugs.chromium.org/p/chromium/issues/detail?id=370363#c7

Will be available in next beta build.

Best Regards.