[pLog-svn] r4419 - plugins/branches/lifetype-1.1/openid

pwestbro at devel.lifetype.net pwestbro at devel.lifetype.net
Sat Dec 23 19:34:05 GMT 2006


Author: pwestbro
Date: 2006-12-23 19:34:04 +0000 (Sat, 23 Dec 2006)
New Revision: 4419

Modified:
   plugins/branches/lifetype-1.1/openid/OpenID.php
Log:
Changed the realm for the OpenID authentication


Modified: plugins/branches/lifetype-1.1/openid/OpenID.php
===================================================================
--- plugins/branches/lifetype-1.1/openid/OpenID.php	2006-12-23 17:35:38 UTC (rev 4418)
+++ plugins/branches/lifetype-1.1/openid/OpenID.php	2006-12-23 19:34:04 UTC (rev 4419)
@@ -73,7 +73,7 @@
 		   $_SERVER["REQUEST_URI"]);
 
 $profile['auth_domain'] = "$req_url $idp_url";
-$profile['auth_realm'] = 'phpMyID';
+$profile['auth_realm'] = 'LifeType OpenID authentication';
 $profile['lifetime'] = ((session_cache_expire() * 60) - 10);
 
 $known = array(



More information about the pLog-svn mailing list