aboutsummaryrefslogtreecommitdiff
path: root/data/config.default.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-02-05 18:41:43 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-02-05 18:41:43 +0000
commitb8fbabe965ed499a6552f5984055a83e0fd39074 (patch)
treea645b0b43f63e49a2bed7f01e384423d2d53b5f7 /data/config.default.php
parentb74c17f1b5df4862d15c6f072ef0049ff61e3713 (diff)
downloadsemanticscuttle-b8fbabe965ed499a6552f5984055a83e0fd39074.tar.gz
semanticscuttle-b8fbabe965ed499a6552f5984055a83e0fd39074.tar.bz2
make external auth login work. one thing left is when the user changes his password
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@628 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'data/config.default.php')
-rw-r--r--data/config.default.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/config.default.php b/data/config.default.php
index a6b0e68..1b040c0 100644
--- a/data/config.default.php
+++ b/data/config.default.php
@@ -705,4 +705,13 @@ $authOptions = null;
* @var boolean
*/
$authDebug = false;
+
+/**
+ * Optional prefix to create email addresses from user names.
+ * i.e. "@example.org" to create "user@example.org" email address
+ * from "user" username.
+ *
+ * @var string
+ */
+$authEmailSuffix = null;
?>