From d6e8fe7e57bf18f804c4e92f1092d8aae50b7963 Mon Sep 17 00:00:00 2001 From: Laurent Declercq Date: Thu, 11 Oct 2012 19:21:46 +0200 Subject: [PATCH 1/2] New branch for the FacebookAuth plugin --- FacebookAuth/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 FacebookAuth/README diff --git a/FacebookAuth/README b/FacebookAuth/README new file mode 100644 index 00000000..c7eeb0a5 --- /dev/null +++ b/FacebookAuth/README @@ -0,0 +1,20 @@ +HelloWorld Plugin example for i-MSCP + +Plugin allowing user authentication through Facebook. + +If you install this plugin manually, make sure it is installed in +gui/plugins/ - if the folder is called different it will not work! + +---- +Copyright (C) Laurent Declercq + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; version 2 of the License + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +See the COPYING file in the i-MSCP archive folder for details From 03ff8f39bf8ffa5a974f16dfa002d94474cd9994 Mon Sep 17 00:00:00 2001 From: Laurent Declercq Date: Thu, 11 Oct 2012 20:05:46 +0200 Subject: [PATCH 2/2] Added info.php file + typo --- FacebookAuth/README | 2 +- FacebookAuth/info.php | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 FacebookAuth/info.php diff --git a/FacebookAuth/README b/FacebookAuth/README index c7eeb0a5..28d64e79 100644 --- a/FacebookAuth/README +++ b/FacebookAuth/README @@ -1,4 +1,4 @@ -HelloWorld Plugin example for i-MSCP +FacebookAuth Plugin for i-MSCP Plugin allowing user authentication through Facebook. diff --git a/FacebookAuth/info.php b/FacebookAuth/info.php new file mode 100644 index 00000000..1aa79be7 --- /dev/null +++ b/FacebookAuth/info.php @@ -0,0 +1,11 @@ + 'Laurent Declercq', + 'email' => 'l.declercq@nuxwin.com', + 'version' => '0.0.1', + 'date' => '2012-10-09', + 'name' => 'FacebookAuth', + 'desc' => 'Plugin allowing to authenticate users with their Facebook account data', + 'url' => 'http://wiki.i-mscp.net/doku.php?id=plugins:facebookauth', + 'depends' => 'dev-master' +);