4
votes
6answers
233 views

Is a captcha necessary when email validation is being utilised?

During registration for my new website, I'm going to require that a link is clicked in a confirmation email before a new user has full privileges. Is this a good way to remove spammers/bots, or do you ...
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., ...
2
votes
3answers
184 views

Limiting access before email address is confirmed

I'm making a directory site and I'm considering having the following setup for email confirmation: After registering, user has x hours to confirm their email. They're sent immediately to the next ...
0
votes
2answers
55 views

Alternatives to underlining an email address to signify MS Outlook “Check Names” feature

MS Outlook has a feature called Check Names that converts an email address to a full name, underlines it, and makes it uneditable (aside from deleting the resolved name). Some of my font enthusiasts ...
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 ...