Turn off auto complete in password fields

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
Hello.

I suggest disabling auto complete on password input fields. I've been having some complaints from users regarding this. Their files are uploaded with password and it may be due to the browser's auto complete feature. I didn't find any other code in the script that may create passwords in files.
 

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
I had to remove the password option from the upload options. Even with autocomplete="off" some browsers write on it.
 

paypal1352

New Member
YetiShare User
Wurlie User
Mar 2, 2012
297
2
0
if you change the field from password to text it wont happen, however the downside is the password is visible while the user types it
 

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
paypal1352 said:
if you change the field from password to text it wont happen, however the downside is the password is visible while the user types it
It can happen even with normal text fields. Some browsers have auto complete in any type of field.
 

japmedia

New Member
YetiShare User
Apr 19, 2016
7
0
0
Have you tried to add autocomplete="off" to input form? I will suggest to use autocapitalize="off" too.
 

enricodias4654

Member
YetiShare User
Jan 13, 2015
411
1
16
japmedia said:
Have you tried to add autocomplete="off" to input form? I will suggest to use autocapitalize="off" too.
Doesn't work either. I believe the right name of this feature is auto fill (https://support.google.com/chrome/answer/142893?hl=en)