Tagged Questions
8
votes
6answers
356 views
How to handle “forgot password” when user has not confirmed email?
If you follow the pattern of allowing users access to your application without having confirmed an email (generally considered good UX), how do handle the case where they forgot their password? Very ...
10
votes
2answers
328 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 ...
8
votes
5answers
837 views
Is only having a single unmasked password field (no confirm) on a registration page a bad idea?
Some sites allow you to register and only provide a single password box, which is protected with stars.
Traditionally a "confirm password" box is used when registering which allows you to confirm ...