Community
Participate
Working Groups
Once a user account is created, we should be able to add OpenIDs too it, so the next time the user can log in using these OpenIDs.
We have now an extention point in the user profile, all we need is to create the proper extention for it. The only detision to make is if this extention should be located in client or server? When we display the login window we send the code generated by the server back to the client and its actually run by the client. It's the server that knows all about the supported openids and the way they are evaluated. But it's the client that knows all the styling and UI frameworks that should be used for the profile UI. For now the more reasonable seems to be server.
done
*** Bug 355395 has been marked as a duplicate of this bug. ***