Hacker News new | ask | show | jobs
My Email to Paypal
10 points by menelaus35 4412 days ago
I write this to Paypal after having trouble while changing my password. I don't think they'll take it seriously but maybe someone here may find it interesting..

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

5 comments

I hope this isn't your paypal password :P

   =ntRKL<@O;<p1[13c%\5 )
nope :) ( I tried to make this one as complex as possible with KeePassX )
The only time that I thing (note the I) is legit to restrict pasting is on an email confirmation field (only on confirmation).

Nowadays your email is more important than your password, and an email is usually rather simple to type.

Interesting content,yet the tone could be improved. Thanks for sharing!

For example, "Let me tell you something you obviously couldn't think while designing page" comes off as condescending.

I really hope you don't treat everyone who makes mistakes like this. While the content is definitely interesting you're being quite demeaning.
I don't treat anyone like this but I thought maybe they take it seriously if it's written like this.( not justify it.. ) I don't think anyone at Paypal offend from this. I didn't mean it while writing actually. If it's too much, forgive me for not being native english speaker. Anyway, not allowing to paste seems not ok for a giant tech company Paypal. In my country banks have similar stupid forms and ways to "protect" people I don't think it's helping but to day I didn't complain any of them. Because I know almost nobody take it contact forms like this seriously. For this case I wanted to make it interesting, maybe it'll get to somebody there.
Thanks for sharing this!