We're going to stop supporting Clickpass on March 15. If you use
Clickpass to log in to Hacker News, please
(1) put your email address
in your profile (no one can see it except you and us), then
(2)
change your password by going to http://news.ycombinator.com/changepw.
I spent a day implementing openID for the users of my website, because I realized, hey, what a cool idea, a URL can represent a single user on the internet, and that user can authenticate against it universally.
The sad truth was that I could not expect a single one of my users to even understand what the hell was going on, because for most test openID accounts I set up on yahoo, etc, I couldn't figure out how to use them. Only the hand-holdy sites exclusively for openid even bothered to tell me what my personal URL was and how to use it.
That was when I realized that Clickpass only exists because the implementation of OpenID was a total pooch screw.
If the OpenID standard had required it be simple, like the URL must follow this template - google.com/openid/kevinms and yahoo.com/openid/kevinms, and the user just pasted this into the box, I think it might have been a success. But because they didn't, and they convoluted it more with the concept of your "unique identity on the internet", you need third party services, which are unnecessary layers that are completely confusing to the user.