From ec01712a998b35d48be3daaf272779fdbc63cd74 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 24 Oct 2008 07:57:21 +0000 Subject: - Added option 'identities_level', removed 'multiple_identities' - Allow deleting identities when multiple_identities=false (#1485435) --- installer/config.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'installer') diff --git a/installer/config.php b/installer/config.php index 52991242c..13371afac 100644 --- a/installer/config.php +++ b/installer/config.php @@ -122,6 +122,22 @@ echo $check_caching->show(intval($RCI->getprop('enable_spellcheck')), array('val

It is based on GoogieSpell what implies that the message content will be sent to Google in order to check the spelling.

+
identities_level
+
+ '_identities_level', 'id' => "cfgidentitieslevel")); +$input_ilevel->add('many identities with possibility to edit all params', 0); +$input_ilevel->add('many identities with possibility to edit all params but not email address', 1); +$input_ilevel->add('one identity with possibility to edit all params', 2); +$input_ilevel->add('one identity with possibility to edit all params but not email address', 3); +echo $input_ilevel->show($RCI->getprop('identities_level'), 0); + +?> +
Level of identities access
+

Defines what users can do with their identities.

+
+ -- cgit v1.2.3