6
votes
3answers
126 views

What would be an expected behaviour for resetting the password?

When a user uses the »I forgot my password« link several times and gets a couple of emails, each one with a tokenized link to reset his password, what would be the appropriate behaviour? All links ...
10
votes
2answers
327 views

Email confirmation on password reset?

I am building a prototype to a system that has a user account system in place. Of course with any account system, the user should be able to reset their password should the need arise (e.g., ...
0
votes
0answers
47 views

Is two-field confirmation for emails or passwords user-friendly? [duplicate]

Possible Duplicate: Why should we ask the password twice during registration? It is a very common pattern to require a user to enter things like an email address, or - more importantly - a ...
11
votes
5answers
785 views

Should I let a user copy/paste into a confirm e-mail field for a registration form? [duplicate]

Possible Duplicate: Preventing a user from pasting from the clipboard into a mandatory form field There was a question of stackoverflow, that a programmer did not wont to let the new users ...