[geeklog-cvs] Geeklog-1.x config.php,1.250,1.251

Dirk Haun dhaun at qs1489.pair.com
Sat May 26 15:32:00 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x
In directory qs1489.pair.com:/tmp/cvs-serv1378

Modified Files:
	config.php 
Log Message:
OpenID support, provided by Choplair


Index: config.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/config.php,v
retrieving revision 1.250
retrieving revision 1.251
diff -C2 -d -r1.250 -r1.251
*** config.php	1 May 2007 07:48:41 -0000	1.250
--- config.php	26 May 2007 19:31:58 -0000	1.251
***************
*** 259,267 ****
  
  // +---------------------------------------------------------------------------+
! // | Support for remote authentication of users, i.e. logging in via other     |
! // | supported remote servers. Requires custom classes in:                     |
! // | system/classes/authentication/                                            |
  // +---------------------------------------------------------------------------+
! $_CONF['remoteauthentication'] = false;  // Set to true to enable remote logins.
  
  // +---------------------------------------------------------------------------+
--- 259,274 ----
  
  // +---------------------------------------------------------------------------+
! // | Support for various remote methods to create users and log in,            |
! // | in addition to the classic GeekLog-only internal account.                 |
  // +---------------------------------------------------------------------------+
! $_CONF['user_logging_method'] = array(
!     'standard' => true,  // Geeklog's built-in login method
!                          // Note: can not be disabled yet
!     'openid'   => false, // Set to true to enable OpenID remote logging support.
!     '3rdparty' => false  // Set to true to enable various other remote
!                          // authentification methods (requires custom classes in
!                          // system/classes/authentication).
! );
! 
  
  // +---------------------------------------------------------------------------+




More information about the geeklog-cvs mailing list