aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-installer-sulix/config/parent-conf.php.sulix
diff options
context:
space:
mode:
authorM.Gergo2019-03-08 23:32:47 +0100
committerM.Gergo2019-03-08 23:32:47 +0100
commitc0f79397dd75e03a7a40303f82926e8187697d07 (patch)
treee945a10ef6479e0f8720ad9cd4947b6a85b78d6e /mayor-orig/mayor-installer-sulix/config/parent-conf.php.sulix
parentf51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0 (diff)
downloadmayor-c0f79397dd75e03a7a40303f82926e8187697d07.tar.gz
mayor-c0f79397dd75e03a7a40303f82926e8187697d07.zip
Rev: 4455
Diffstat (limited to 'mayor-orig/mayor-installer-sulix/config/parent-conf.php.sulix')
-rw-r--r--mayor-orig/mayor-installer-sulix/config/parent-conf.php.sulix23
1 files changed, 23 insertions, 0 deletions
diff --git a/mayor-orig/mayor-installer-sulix/config/parent-conf.php.sulix b/mayor-orig/mayor-installer-sulix/config/parent-conf.php.sulix
new file mode 100644
index 00000000..c2e92c80
--- /dev/null
+++ b/mayor-orig/mayor-installer-sulix/config/parent-conf.php.sulix
@@ -0,0 +1,23 @@
+<?php
+
+$DEFAULT_PSF['parent'] = array('page'=>'naplo', 'sub'=>'osztalyozo', 'f'=>'diak');
+//$DEFAULT_PSF['parent'] = array('page'=>'naplo', 'f' => 'diakValaszto');
+//$DEFAULT_PSF['parent'] = array('page'=>'portal', 'f' => 'start');
+$AUTH['parent'] = array(
+ 'skin' => 'sulix',
+ 'backend' => 'mysql',
+ 'authentication' => 'required',
+ 'onExpired' => 'warning',
+ 'onDisabled' => 'none',
+ 'enableSelfPasswordChange' => true,
+# 'createAccount' => 'byRegistration',
+ 'createAccount' => 'byAdmin',
+ 'accountAttrs' => array('mail','telephoneNumber'),
+
+ 'mysql host' => 'localhost',
+ 'mysql db' => 'mayor_parent',
+ 'mysql user' => 'mayor_parent',
+ 'mysql pw' => '%SQLPW%',
+);
+
+?> \ No newline at end of file