]> source.dussan.org Git - nextcloud-server.git/commit
Don't use placeholder for password in IE8 & 9
authorMorris Jobke <hey@morrisjobke.de>
Mon, 16 Mar 2015 12:11:44 +0000 (13:11 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 26 Mar 2015 19:03:27 +0000 (20:03 +0100)
commit55e1226dfee2778d92e7dbaf9e907f20a80c073b
treee73bf64198b0ba71f228b5828b98ef6e3abe9198
parentc8c722bc6de3a58e10ba42a55a178d3ba9308bae
Don't use placeholder for password in IE8 & 9

* the placeholder is in IE 8 and 9 just set as text and
  styled a bit grey. If the form is then serialized without
  typing something in the placeholder is sent as value
* this fixes that behaviour for the password field and
  properly detects empyt passwords
* fixes #14912
settings/js/personal.js