The OpenID-enabled folks provide a nice service to test your setup. Do you think it would be a good idea to link to such a service?

Another idea would be to use openid.module's own API to do this. Though it's always more assuring for the verification to come from outside!

CommentFileSizeAuthor
#3 422272.patch2.11 KBrobloach

Comments

robloach’s picture

Great thought! Should it just check the global settings, or the user's page when in the edit mode?

AmrMostafa’s picture

Hmm. I didn't know that the module allows users to set openid url as well :)

How about this:

  • For the global settings page a check would be done on Save.
  • For the user profile however, there could be a small link "Test this setup" at the end of the OpenID URL fieldset.
  • Clicking it would make an AJAX request that should return either success or warning that the setup appear to be not working.
robloach’s picture

Priority: Normal » Critical
Status: Active » Needs review
StatusFileSize
new2.11 KB

Having it as an AJAX request would be very cool, but I think that's step two. Step one is adding the feature ;-) .

robloach’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.