Any of you lot out there aware of OpenID?
How many different username and passwords for different sites do you have? How many of those actually have the same password, which is a big security no no?
So, openid is a set to helping to sort that, allowing you to control your 'login id' and manage it from where you chose. If you want to learn more about it, have a look at:
openid.netAaanyway, if you've ploughed through that and fancy having a go, I've got some good news!
Colin, the developer behind stitching the community site together has been playing with an openid implementation. This means that if you have a community site account, you also have an openid you can use. Your openid will be: openid.beta.plus.net/?user=<username> where you replace <username> with your own username. Want to try it out? Go to
livejournal and try logging in using their OpenID interface. It will redirect you to our site and ask for your community site password to authenticate you.
This is obviously
very experimental (hence alpha!). Once we are done, you'll have a much nicer url (i.e. mine would be kelly.openid.plus.net or similar) and the screens would be prettier. We've got some other nice ideas for features.
If you have your own domain name you want use, with a tiny bit of html you can use that instead. Add the following to the head section of your web page:
<link rel="openid.server" href="http://openid.beta.plus.net/index.php/serve">
<link rel="openid.delegate" href="http://<your open id>">
replacing <your open id> as appropriate. This means you'll then be able to use your website url as your id. Clever huh?
Anyway, feel free to comment on here all the problems you find with this, and we expect you to find lots!