2009/5/11 Janus Kristensen <[email protected]> > If/when BOINC switches to Drupal this is going to be a lot easier to do. > I haven't checked but I think there's a module that allows OpenID logins > readily available.
Should be great. Stills, there is the point of the Boinc Manager / Boinc Client login process. If it were needed, there is a c++ library, for linux and windows, see http://lists.danga.com/pipermail/yadis/2005-July/001282.html http://orenosv.com/blog/2008/08/24/windows-port-of-libopkele-openid-library-in-c/ http://www.clickpass.com/docs/reference-language-libraries http://wiki.openid.net/Libraries In theory, an OpenID login for a user from other proyect should create a new account and copy the registration data (including team, etc) via de OpenId SimpleReg extension. This is done in the server, so no extra code is needed in the client. Probably no serious extra code is needed in the client. Just to tweak the login box in the manager to allow for http://host/user and =user addresses (and future @team addresses somewhere?). All the job could be done in the php side using some BOINC variant of the "immediate" login option of OpenID. _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
