Apologies: what does this module do?
It's not the fault of the description - I just don't conceptually understand openID.
I *want* to understand, but I just don't 'get it'.
I've read dozens of pages of information on openID, but I'm still totally clueless.
I still don't even know what it is supposed to *do* and why it is better than a username and password.
Assuming:
I have a drupal website at mydomain.com
I have a personal openID at http://my.name.myopenid.com
1)
As an end-user I know I can sign into some websites with my personal openID.
But I really don't understand the point of it?
2)
As a drupal website administrator, how can openID help me and my users?
3)
How can this module specifically help me and my users?
I'm especially interested in the above answers with relation to the fact that my main website is a school website. Not all children have email addresses, and my plan was to switch email authentication off with the 'local_email' module. However, if openID offers an alternative way of getting the pupils authenticated without having to own an email address, I'd be very interested to hear about it.
Cheers.
Comments
Comment #1
robloachIn your case, it sounds like you want people to be able to log into to your own website through some neato authentication method. With OpenID URL, you can delegate a user profile page as an OpenID URL. So, if someone puts in their OpenID delegate information into their user profile, they could log into an OpenID-enabled website by using http://example.com/user/4....
Comment #2
robloachIf anyone would like to write up some additional documentation for this, I'd be glad to commit it to the hook_help function.
Comment #3
robloachComment #4
ao2 commentedThe module is about supporting OpenID for people who need it, and those people are likely to know already what OpenID is.
So I am closing this as "won't fix".
For people who find this module by accident and are curious about what OpenID is, I added a link to the OpenID wikipedia page on the project summary page.