Tagged Questions
20
votes
2answers
359 views
What's better for invitation emails: a temporary password or a one-time login url?
Our web app allows our customers to invite their collaborators into their account. They can submit the new user's email address, and our app sends the new user an email inviting them to login. Once ...
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 ...
4
votes
3answers
171 views
Should email verification links expire?
It's a common practice for websites to send email verification links on sign up. Should these verification links expire? I know about a bunch of website where they do and I wonder why?
1
vote
3answers
132 views
Should (and how should I) I use email addresses for login without validating them?
So that users don't have to remember a username, my webapp doesn't ask users to enter one (accounts are private and there are no profiles or user-generated content). However, I would also prefer not ...
5
votes
2answers
246 views
Email first registration
I'm wondering how to structure our signup process.
We really need email verification, so the idea is that instead of having the classic 'register then verify' process, we ask for the email first, and ...
9
votes
4answers
522 views
Subliminal user registration
I'm developing a forum/community board and I want to avoid registration forms. So I decided to make user registration almost implicit.
What I mean is, if an unregistered user is about to do something ...
3
votes
2answers
191 views
How to handle creating new account with email address that is unverified on another account?
We have email address verification on our accounts. Users have to verify their email addresses when they create their accounts and when they update their email addresses on existing accounts. With new ...
23
votes
6answers
1k views
activation email message optimization
I've got a site (e.g FooBar) and 1 out of 2 users registering never activate their account (via clicking on an email link) so I'm trying to improve this.
The flow is pretty standard:
user lands on ...
