[geeklog-hg] geeklog: Updated config docs with Oauth information

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Sep 17 10:04:25 EDT 2012


changeset 8818:5c6484f9dd1d
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/5c6484f9dd1d
user: Tom <websitemaster at cogeco.net>
date: Fri Sep 14 09:36:06 2012 -0400
description:
Updated config docs with Oauth information

diffstat:

 public_html/docs/english/config.html |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 47dc322f2771 -r 5c6484f9dd1d public_html/docs/english/config.html
--- a/public_html/docs/english/config.html	Wed Sep 12 14:52:17 2012 -0400
+++ b/public_html/docs/english/config.html	Fri Sep 14 09:36:06 2012 -0400
@@ -777,7 +777,7 @@
   <td valign="top">Whether to allow logins using <a href="http://oauth.net/">OAuth</a>. This will display a special OAuth login below the normal login field.<br>
     <strong>Note:</strong> Currently only OAuth 1.0 is support. Current login methods supported: Facebook, Twitter and LinkedIn.<br>Please note that to enable login for a 
     specific method, you need an  authorization class in <tt>system/classes/oauth</tt>. If you only want to allow Facebook but not Twitter users (or vice versa), simply
-    remove the class file for the unwanted service(s). You must also update the class file(s) with the application key ($consumer_key) and application secret 
+    remove the class file for the unwanted service(s) or use the config options below. You must also update the config options below with the correct key and secret string 
     ($consumer_secret) values. The PHP extenstion OpenSSL is required to be loaded.<br>
     See our <a href="http://wiki.geeklog.net/index.php/OAuth">Wiki OAuth page</a> for more information.</td></tr>
 <tr>



More information about the geeklog-cvs mailing list