[geeklog-cvs] geeklog: Include OAuth in check of enabled login methods

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon May 30 06:06:57 EDT 2011


changeset 8300:95943116988f
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/95943116988f
user: Dirk Haun <dirk at haun-online.de>
date: Mon May 30 11:14:04 2011 +0200
description:
Include OAuth in check of enabled login methods

diffstat:

 system/classes/config.class.php |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r ca033bf3fe7c -r 95943116988f system/classes/config.class.php
--- a/system/classes/config.class.php	Sun May 29 22:16:17 2011 +0200
+++ b/system/classes/config.class.php	Mon May 30 11:14:04 2011 +0200
@@ -2,13 +2,13 @@
 
 /* Reminder: always indent with 4 spaces (no tabs). */
 // +---------------------------------------------------------------------------+
-// | Geeklog 1.6                                                               |
+// | Geeklog 1.8                                                               |
 // +---------------------------------------------------------------------------+
 // | config.class.php                                                          |
 // |                                                                           |
 // | Controls the UI and database for configuration settings                   |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2007-2010 by the following authors:                         |
+// | Copyright (C) 2007-2011 by the following authors:                         |
 // |                                                                           |
 // | Authors: Aaron Blankstein  - kantai AT gmail DOT com                      |
 // |          Akeda Bagus       - admin AT gedex DOT web DOT id                |
@@ -623,7 +623,7 @@
             }
         }
 
-        $methods = array('standard', 'openid', '3rdparty');
+        $methods = array('standard', 'openid', '3rdparty', 'oauth');
         $methods_disabled = 0;
         foreach ($methods as $m) {
             if (isset($this->config_array['Core']['user_login_method'][$m]) &&



More information about the geeklog-cvs mailing list