claroline/claroline/user/conf/def/CLUSR.def.conf.inc.php File Reference

Go to the source code of this file.

Namespaces

namespace  CLUSR

Variables

 $conf_def ['config_code'] = 'CLUSR'
 $conf_def ['config_file'] = 'CLUSR.conf.php'
 $conf_def ['config_name'] = 'Users list'
 $conf_def ['old_config_file'][] = 'user.conf.inc.php'
 $conf_def ['config_class'] = 'user'
 $conf_def ['section']['main']['label'] = 'Main settings'
 $conf_def ['section']['main']['properties']
 $conf_def_property_list ['linkToUserInfo']
 $conf_def_property_list ['user_email_hidden_to_anonymous']
 $conf_def_property_list ['nbUsersPerPage']
 $conf_def ['section']['add_user']['label'] = 'Add user'
 $conf_def ['section']['add_user']['description'] = ''
 $conf_def ['section']['add_user']['properties']
 $conf_def_property_list ['is_coursemanager_allowed_to_register_single_user']
 $conf_def_property_list ['is_coursemanager_allowed_to_enroll_single_user']
 $conf_def_property_list ['is_coursemanager_allowed_to_import_user_list']
 $conf_def_property_list ['is_coursemanager_allowed_to_import_user_class']
 $conf_def ['section']['export']['label'] = 'Export'
 $conf_def ['section']['export']['description'] = ''
 $conf_def ['section']['export']['properties']
 $conf_def_property_list ['is_coursemanager_allowed_to_export_user_list']
 $conf_def_property_list ['export_user_username']
 $conf_def_property_list ['export_user_password']
 $conf_def_property_list ['export_user_password_encrypted']
 $conf_def ['section']['import']['label'] = 'Import CVS'
 $conf_def ['section']['import']['description'] = ''
 $conf_def ['section']['import']['properties']
 $conf_def_property_list ['update_user_properties']

Variable Documentation

$conf_def['section']['import']['properties']
Initial value:
array ( 'update_user_properties'
)

Definition at line 181 of file CLUSR.def.conf.inc.php.

$conf_def['section']['import']['description'] = ''

Definition at line 180 of file CLUSR.def.conf.inc.php.

$conf_def['section']['import']['label'] = 'Import CVS'

Definition at line 179 of file CLUSR.def.conf.inc.php.

$conf_def['section']['export']['properties']
Initial value:
array ( 'is_coursemanager_allowed_to_export_user_list'
      , 'export_user_username'
      , 'export_user_password'
      , 'export_user_password_encrypted'
)

Definition at line 128 of file CLUSR.def.conf.inc.php.

$conf_def['section']['export']['description'] = ''

Definition at line 127 of file CLUSR.def.conf.inc.php.

$conf_def['section']['export']['label'] = 'Export'

Definition at line 126 of file CLUSR.def.conf.inc.php.

$conf_def['section']['add_user']['properties']
Initial value:
array ( 'is_coursemanager_allowed_to_register_single_user'
      ,    'is_coursemanager_allowed_to_enroll_single_user'
      , 'is_coursemanager_allowed_to_import_user_list'
      , 'is_coursemanager_allowed_to_import_user_class'

)

Definition at line 74 of file CLUSR.def.conf.inc.php.

$conf_def['section']['add_user']['description'] = ''

Definition at line 73 of file CLUSR.def.conf.inc.php.

$conf_def['section']['add_user']['label'] = 'Add user'

Definition at line 72 of file CLUSR.def.conf.inc.php.

$conf_def['section']['main']['properties']
Initial value:
array ( 'linkToUserInfo'
      , 'user_email_hidden_to_anonymous'
      , 'nbUsersPerPage'
      )

Definition at line 33 of file CLUSR.def.conf.inc.php.

$conf_def['section']['main']['label'] = 'Main settings'

Definition at line 31 of file CLUSR.def.conf.inc.php.

$conf_def['config_class'] = 'user'

Definition at line 26 of file CLUSR.def.conf.inc.php.

$conf_def['old_config_file'][] = 'user.conf.inc.php'

Definition at line 25 of file CLUSR.def.conf.inc.php.

$conf_def['config_name'] = 'Users list'

Definition at line 24 of file CLUSR.def.conf.inc.php.

$conf_def['config_file'] = 'CLUSR.conf.php'

Definition at line 23 of file CLUSR.def.conf.inc.php.

$conf_def['config_code'] = 'CLUSR'

Definition at line 22 of file CLUSR.def.conf.inc.php.

$conf_def_property_list['update_user_properties']
Initial value:
array('label'         => 'Update properties of users  on CVS import'
     ,'default'       => FALSE
     ,'type'          => 'boolean'
     ,'display'       => TRUE
     ,'readonly'      => FALSE
     ,'acceptedValue' => array ('TRUE'=>'Yes'
                              ,'FALSE'=>'No'
                              )
     )

Definition at line 185 of file CLUSR.def.conf.inc.php.

$conf_def_property_list['export_user_password_encrypted']
Initial value:
array('label'         => 'Encrypt exported password using md5 algorithm'
     ,'default'       => TRUE
     ,'type'          => 'boolean'
     ,'display'       => TRUE
     ,'readonly'      => FALSE
     ,'acceptedValue' => array ('TRUE'=>'Yes'
                              ,'FALSE'=>'No'
                              )
)

Definition at line 168 of file CLUSR.def.conf.inc.php.

$conf_def_property_list['export_user_password']
Initial value:
array('label'         => 'Export password'
     ,'default'       => FALSE
     ,'type'          => 'boolean'
     ,'display'       => TRUE
     ,'readonly'      => FALSE
     ,'acceptedValue' => array ('TRUE'=>'Yes'
                              ,'FALSE'=>'No'
                              )
)

Definition at line 157 of file CLUSR.def.conf.inc.php.

$conf_def_property_list['export_user_username']
Initial value:
array('label'         => 'Export username'
     ,'default'       => FALSE
     ,'type'          => 'boolean'
     ,'display'       => TRUE
     ,'readonly'      => FALSE
     ,'acceptedValue' => array ('TRUE'=>'Yes'
                              ,'FALSE'=>'No'
                              )
)

Definition at line 146 of file CLUSR.def.conf.inc.php.

$conf_def_property_list['is_coursemanager_allowed_to_export_user_list']
Initial value:
array('label'         => 'Teacher can export user list from his course'
     ,'default'       => TRUE
     ,'type'          => 'boolean'
     ,'display'       => TRUE
     ,'readonly'      => FALSE
     ,'acceptedValue' => array ('TRUE'=>'Yes'
                              ,'FALSE'=>'No'
                              )
     )

Definition at line 135 of file CLUSR.def.conf.inc.php.

$conf_def_property_list['is_coursemanager_allowed_to_import_user_class']
Initial value:
array('label'         => 'Teachers are allowed to register whole classes to their courses'
     ,'default'       => TRUE
     ,'type'          => 'boolean'
     ,'display'       => TRUE
     ,'readonly'      => FALSE
     ,'acceptedValue' => array ('TRUE'=>'Yes'
                              ,'FALSE'=>'No'
                              )
     )

Definition at line 115 of file CLUSR.def.conf.inc.php.

$conf_def_property_list['is_coursemanager_allowed_to_import_user_list']
Initial value:
array('label'         => 'Teacher can import user list in his course'
     ,'default'       => TRUE
     ,'type'          => 'boolean'
     ,'display'       => TRUE
     ,'readonly'      => FALSE
     ,'acceptedValue' => array ('TRUE'=>'Yes'
                              ,'FALSE'=>'No'
                              )
     )

Definition at line 104 of file CLUSR.def.conf.inc.php.

$conf_def_property_list['is_coursemanager_allowed_to_enroll_single_user']
Initial value:
array('label'         => 'Teacher can add a user in his course'
     ,'default'       => TRUE
     ,'type'          => 'boolean'
     ,'display'       => TRUE
     ,'readonly'      => FALSE
     ,'acceptedValue' => array ('TRUE'=>'Yes'
                              ,'FALSE'=>'No'
                              )
     )

Definition at line 93 of file CLUSR.def.conf.inc.php.

$conf_def_property_list['is_coursemanager_allowed_to_register_single_user']
Initial value:
array('label'         => 'Teachers can register new users to the campus'
     ,'default'       => TRUE
     ,'type'          => 'boolean'
     ,'display'       => TRUE
     ,'readonly'      => FALSE
     ,'acceptedValue' => array ('TRUE'=>'Yes'
                              ,'FALSE'=>'No'
                              )
     )

Definition at line 82 of file CLUSR.def.conf.inc.php.

$conf_def_property_list['nbUsersPerPage']
Initial value:
array ( 'label'   => 'Number of user per page'
      , 'default' => '25'
      , 'unit'    => 'users'
      ,  'type'    => 'integer'
      ,'acceptedValue' => array ('Min'=>'5')
      )

Definition at line 61 of file CLUSR.def.conf.inc.php.

$conf_def_property_list['user_email_hidden_to_anonymous']
Initial value:
array ('label'         => 'Hide email address to anonymous user'
      ,'description'   => 'Don\'t display email of the users to anonymous (to avoid spam)'
      ,'default'       => FALSE
      ,'type'          => 'boolean'
      ,'acceptedValue' => array ('TRUE'  => 'Yes'
                                ,'FALSE' => 'No'
                                )
      )

Definition at line 51 of file CLUSR.def.conf.inc.php.

$conf_def_property_list['linkToUserInfo']
Initial value:
array ('label'         => 'Show user profile page'
      ,'description'   => 'Allow users to see detailed informations about other users'
      ,'default'       => TRUE
      ,'type'          => 'boolean'
      ,'acceptedValue' => array ('TRUE'  => 'Yes'
                                ,'FALSE' => 'No'
                                )
      )

Definition at line 41 of file CLUSR.def.conf.inc.php.

Generated on Tue Jun 8 12:28:37 2010 for Claroline API by  doxygen 1.6.3