top | item 3618082

We're turning off Clickpass March 15. How to keep your HN account.

172 points| pg | 14 years ago | reply

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.

64 comments

order
[+] KevinMS|14 years ago|reply
The fact that Clickpass even exists made me realize openID was DOA.

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.

[+] justjohn|14 years ago|reply
I always thought that the problem with openID is they didn't use email addresses instead of URLs. e.g. use [email protected] and require a certain url template for the endpoint e.g. example.com/openid/john

That way I don't have to remember another identifier and we already trust at least part of our identity to our email provider. Not perhaps as open, but much more approachable as a user.

[+] ww520|14 years ago|reply
Good feedback on OpenId. What do you think of BrowserId?
[+] Poiesis|14 years ago|reply
(no one can see it except you and us)

Offtopic, but I used to think that too until a coworker I'd never met emailed me using that address, warning me that apparently the proxy had cached my view of my profile page and he was able to view it. Has this been fixed yet?

[+] ComputerGuru|14 years ago|reply
The only real way to solve it is to use HTTPS. The Gmail team had this problem for the longest time and is one of the biggest reasons they added forced-HTTPS as an option in account settings.

Whatever you do, there will always be a non-trivial number of ISPs and company networks that have misconfigured proxies that overzealously cache sensitive data and display to everyone with not a care in the world.

[+] biot|14 years ago|reply
You mean nobody can see it except you, YC, and the man in the middle?

Your system is setup to ask your corporate proxy to fetch unencrypted pages for you. That proxy may be configured to make a physical printout on your boss's printer of every page you request and there's nothing YC can do about that beyond offering https://news.ycombinator.com/ for you to use. That, too, may not be sufficient if your company has its own trusted SSL cert installed which is used to proxy and intercept everything so that all your internet activity can be decrypted.

[+] immad|14 years ago|reply
I am one of the co-founders of Clickpass and I think this is a great move.

I wrote the HN code in about 2 days and I was learning lisp/arc so it was awful code (RTM did the openID part) and literally no one has touched Clickpass code for 2.5 years. The fact that it still works is always surprising to me :).

Also I think Oauth beat OpenID hands down.

[+] dshah|14 years ago|reply
Did you mean "no one has touched the code in 2.5 years?" If so, then that is indeed, surprising.

And yes, OAuth did beat OpenID, but they're not really the same kind of thing.

[+] petenixey|14 years ago|reply
It's a credit to your code Immad that it is still working.
[+] petenixey|14 years ago|reply
Immad's already weighed in on this but as the other Clickpass co-founder I also support this decision.

OAuth has definitely trumped OpenID as a protocol but turning off Clickpass shouldn't be seen as a reflection on either protocol and is simply removing a dependency on unsupported and remotely hosted code.

Immad did an incredible job of writing code that has run and run however since acquisition there is minimal and subsequently no support behind the codebase.

I would like to thank both PG and the users of Clickpass here who have been such ardent supporters of it over the years. We tried hard to make it attractive to developers and we received a lot of support for that - thank you.

[+] candeira|14 years ago|reply
A suggestion: please have users input their new password twice to catch typos.
[+] spicyj|14 years ago|reply
While we're on this topic, can you add a note to the profile page that says that email isn't publicly visible? This seems to be a common source of confusion.
[+] alt_|14 years ago|reply
There's already a bright yellow box that informs you about that, but it only shows when the e-mail field is empty.
[+] dazbradbury|14 years ago|reply
I would love an overview of why you're moving away from using Clickpass...

Clearly people are using it (given this message), and as many of us are web developers, the thought process behind this decision would be potentially very interesting.

Do you plan to move to a different system (FB Connect/Twitter/Google Identity Toolkit), or are you happy with a standard username/password model?

Are too many people joining HN and you simply want to add some friction to the process?!

Also, clickpass will need to update their site:

http://www.clickpass.com/docs/where-you-can-use-clickpass

[+] rb2k_|14 years ago|reply
PSA:

Putting your email address in your profile is important. I once used to be "rb2k", but then I forgot the password I used back then and ended up as "rb2k_". There is no way to reset the password on an account if you're not adding an email :(

[+] StavrosK|14 years ago|reply
Are there any plans for BrowserID auth, perhaps?
[+] latchkey|14 years ago|reply
Yes! Please please please implement BrowserId. This is the one authentication/login system that actually has a real fighting chance. We've implemented it for our site (next to FB login) and we are really happy with it.
[+] dotBen|14 years ago|reply
When a tech-audience orientated website like HN stops using OpenID, I think we can say that OpenID is firmly dead.

Sad, I think HN was one of my last consumers of my OpenID account.

[+] sp332|14 years ago|reply
I really like using OpenID on StackExchange sites. I just click the "Google" button and I'm logged in!

What's funny to me is how many sites rushed to be OpenID providers, but there were not very many consumers. I tried counting once but I lost count at 15 OpenID accounts that I have from various sites. So much for single sign-on.

[+] pnathan|14 years ago|reply
I really like OpenID. As a rule of thumb, I prefer OpenID whenever I can...
[+] rickette|14 years ago|reply
Do you think? Whenever I get a change to use OpenID on a website I immediately do so. I personally think it's very useful but perhaps a bit too complicated for non-tech users. Although the OpenID provider buttons (think StackOverflow) do make it easier.
[+] jzila|14 years ago|reply
Is there a blog post associated with this decision somewhere? Is my scenario of logging in with a Google account that uncommon?

(just FYI, until this decision, HN had the most seamless signup procedure I've ever encountered on a website)

[+] swapsmagic|14 years ago|reply
What is the reason behind stop supporting it?
[+] mbq|14 years ago|reply
Boo, give me OpenID back! Or at least don't do password reset via HTTP.
[+] drivebyacct2|14 years ago|reply
> Or at least don't do password reset via HTTP.

Huh?

[+] MichaelApproved|14 years ago|reply
How will you let others know once this falls off the front page?
[+] ars|14 years ago|reply
Since notifo is shutting down are you going to remove that?
[+] Splines|14 years ago|reply
Is there a standard to support web callbacks (or whatever they're called)? I wouldn't mind hooking up HN to Prowl, since that's what I did with Notifo anyway.
[+] wizard_2|14 years ago|reply
I'd like it if you could still support openID. It's still very useful despite it's flaws.