TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How To Not Kill Your Retention

10 pointsby lassecausenalmost 12 years ago

4 comments

manumealmost 12 years ago
Definitely a very valid point that is worth reiterating! Especially true for consumer products which are older than 3 months (by then they should have learned that this is best practice) and which have lots of similar competitors (which, at least in my case, lowers the threshold of "screw it, I wanted to try this other product anyways" if something doesn't work).
评论 #6089119 未加载
etleralmost 12 years ago
I think one part of this is dispelling the myth that telling the user which of the fields is wrong is a security flaw. You can already figure out if a username exists by trying to create it on the registration screen, so saying "Your username and password do not match" does not provide any extra security, and just frustrates users.
lubosalmost 12 years ago
Sorry, I&#x27;m missing the point of this submission.<p>The author has described anecdotal experience with login screen of some product but he hasn&#x27;t actually stopped using that product. So what is this to do with user retention?
评论 #6089277 未加载
chewxyalmost 12 years ago
In Fork the Cookbook we solved this by not having any passwords at all - you request one every time you want to login.