OpenId Delegation

Error message

  • Deprecated function: Optional parameter $method declared before required parameter $update_claimed_id is implicitly treated as a required parameter in require() (line 28 of /home/stihi/stihi-russkih-poetov.ru/http/modules/php/php.module(80) : eval()'d code).
  • Deprecated function: Optional parameter $params declared before required parameter $update_claimed_id is implicitly treated as a required parameter in require() (line 28 of /home/stihi/stihi-russkih-poetov.ru/http/modules/php/php.module(80) : eval()'d code).
  • Deprecated function: Optional parameter $method declared before required parameter $update_claimed_id is implicitly treated as a required parameter in require() (line 28 of /home/stihi/stihi-russkih-poetov.ru/http/modules/php/php.module(80) : eval()'d code).
  • Deprecated function: Optional parameter $params declared before required parameter $update_claimed_id is implicitly treated as a required parameter in require() (line 28 of /home/stihi/stihi-russkih-poetov.ru/http/modules/php/php.module(80) : eval()'d code).

Adding OpenId Delegation to Drupal 7 site.

Further to reading about getting nice OpenId for your site you might wonder "How do I add those two lines to my Drupal site <head> section?" Forget about installing additional modules - they have very little chance of being supported in the next Drupal release. Instead, read on and see how easy it is to do this yourself.

Rating: 

Setting up OpenId for your site. OpenId delegation.

OpenId is a way of authenticating yourself on the increasing number of websites that support it. OpenId itself looks like url address, something similar to "janedoe.openid.com". There are several OpenId providers you can get your OpenId address from, but wouldn't it be nice to have "yoursite.com" for OpenId instead of "somename.someopenidprovider.com"? Apart from looking cool, it's a good way to promote your site as your OpenId is often displayed in signature field even where other html links are disallowed.

Rating: 
Subscribe to RSS - OpenId Delegation