[Bps-public-commit] r9974 - in RT-Authen-OpenID: html/Callbacks/OpenID/Elements/Login html/Callbacks/OpenID/autohandler
jesse at bestpractical.com
jesse at bestpractical.com
Mon Dec 17 14:57:31 EST 2007
Author: jesse
Date: Mon Dec 17 14:57:31 2007
New Revision: 9974
Modified:
RT-Authen-OpenID/ (props changed)
RT-Authen-OpenID/html/Callbacks/OpenID/Elements/Login/Default
RT-Authen-OpenID/html/Callbacks/OpenID/autohandler/Auth
Log:
r73724 at pinglin: jesse | 2007-12-17 09:03:20 -0800
r73725 at pinglin: jesse | 2007-12-17 09:03:32 -0800
* Added an $RT::EnableOpenId option
Modified: RT-Authen-OpenID/html/Callbacks/OpenID/Elements/Login/Default
==============================================================================
--- RT-Authen-OpenID/html/Callbacks/OpenID/Elements/Login/Default (original)
+++ RT-Authen-OpenID/html/Callbacks/OpenID/Elements/Login/Default Mon Dec 17 14:57:31 2007
@@ -1,5 +1,6 @@
-
-
+<%init>
+return unless ($RT::EnableOpenId);
+</%init>
<div class="input-row">
<h3><&|/l&>Have an OpenID? Log in with it and have a look around.</&></h3>
</div>
Modified: RT-Authen-OpenID/html/Callbacks/OpenID/autohandler/Auth
==============================================================================
--- RT-Authen-OpenID/html/Callbacks/OpenID/autohandler/Auth (original)
+++ RT-Authen-OpenID/html/Callbacks/OpenID/autohandler/Auth Mon Dec 17 14:57:31 2007
@@ -1,4 +1,5 @@
<%INIT>
+return unless ($RT::EnableOpenId);
use Net::OpenID::Consumer;
use LWPx::ParanoidAgent;
use Cache::FileCache;
More information about the Bps-public-commit
mailing list