My email:
------------------------------- Hi, I've changed my password recently, that's ok. The reason I'm writing not about unresolved issue, it's about UX design on password change page. You want to make user to write password without paste. I want to paste it, why do you care? What is the benefit of writing it for the matter of security? I don't name one but maybe you think of something I didn't think. Let me tell you something you obviously couldn't think while designing page; I USE PASSWORD MANAGER! and I WANTED TO MAKE MY PASSWORD MORE SECURE BY GENERATING 20 CHARS LONG PASSWORD. HOW CAN I TYPE IT WITHOUT MAKING MISTAKE ?
This was my issue. I solved but not by typing. I open the developer console and inspect your password field. Just change the values by the following code;
document.querySelector( '#pwdID' ).value = 'MY_LONG_PASSWORD'; document.querySelector( '#retype_password' ).value = 'MY_LONG_PASSWORD';
I didn't make any mistake and successfully changed my password. I solved my issue but I'm a developer and I can find this solution. What about a user who is not a developer but assume he/she uses password manager like me, what can he/she do in that situation?
( While answering (or just reading) this, please open the same page and type this in that both field without making mistake =ntRKL<@O;<p1[13c%\5 )
Thanks -------------------------------
This is the screenshot for contact form if anyone is wondering:
http://imgur.com/yNp0RDI