Skip to content

Commit

Permalink
Dev Minor text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Dec 7, 2021
1 parent 8a97663 commit 66dea93
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions application/config/config-defaults.php
Expand Up @@ -254,8 +254,8 @@
$config['usercontrolSameGroupPolicy'] = true;

// ownerManageAllSurveysInGroup
// If this option is set to true, then oner of a group
// have all rights on surveys in is group
// If this option is set to true, then owner of a group
// has all permissions on surveys in that group
$config['ownerManageAllSurveysInGroup'] = true;

// demoMode
Expand Down Expand Up @@ -657,8 +657,9 @@
$config['proxy_host_name'] = '';
$config['proxy_host_port'] = 80;

/** Forced superadmin rights, users in this array can not have superadmin total right disable.
* Default use the user created at the installation.
/** Forced superadmin permissions
* Users in this array can not have their superadmin permissions disabled
* Default is set to user ID 1, which is the user created at installation (site admin)
* @var integer[]
*/
$config['forcedsuperadmin'] = array(1);
Expand Down

0 comments on commit 66dea93

Please sign in to comment.