What percentage of users activate their accounts?
1–9 of 9 posts
Re: What percentage of users activate their accounts?
#2this is probably because all of those sites require me to activate in order to use their service.
hope this helps.
Re: What percentage of users activate their accounts?
#3Re: What percentage of users activate their accounts?
#4confirmed emails: 28800
total unique people as determined by cookies/ip addresses: 28900
System lets people use the site for 10 minutes after they sign in before they are forced to confirm their email if they have not done so already.
Re: What percentage of users activate their accounts?
#5Re: What percentage of users activate their accounts?
#6Re: What percentage of users activate their accounts?
#7We don't do that. It just another barrier to entry. Hopefully you do it because it's necessary for the product and not because you want to have a validated e-mail.
Re: What percentage of users activate their accounts?
#8We don't do that. It just another barrier to entry. Hopefully you do it because it's necessary for the product and not because you want to have a validated e-mail.
I disagree. Don't you need to validate their email address so you know you're reaching only people who wanted to sign up?
Or use something a simple screenname for authentication (e.g. the e-mail is just for lost passwords, so if they don't provide a valid e-mail, it's their loss).
Or use something like OpenID or Passport (the identity provider might need to validate an e-mail address but you don't have to).
Or build a site that needs no authentication to begin with -- e.g. a search engine.
Re: What percentage of users activate their accounts?
#9We don't do that. It just another barrier to entry. Hopefully you do it because it's necessary for the product and not because you want to have a validated e-mail.
Consider someone signing up with my email address: foo@bar.com. Now I'm not going to be able to use that email address, because it is already taken. Worse, if messages to that account, such as invitations, the attacker can accept them, since they typically see the invitations on the site in addition to it being sent to the email address.
As the legit user, I might see the invites, but won't be able to log in at all. Worse things can happen: once the attacker signs up, they could make this email address secondary and add another, primary address so that they see all of the messages.