claroline/claroline/inc/conf/def/CLPROFIL.def.conf.inc.php File Reference

Go to the source code of this file.

Namespaces

namespace  CLPROFIL

Variables

 $conf_def ['config_code'] = 'CLPROFIL'
 $conf_def ['config_name'] = 'User profile options'
 $conf_def ['config_file'] = 'user_profile.conf.php'
 $conf_def ['old_config_file'][] = 'profile.conf.php'
 $conf_def ['config_class'] = 'user'
 $conf_def ['section']['agreement']['label'] = 'Registration agreement'
 $conf_def ['section']['agreement']['description'] = ''
 $conf_def ['section']['agreement']['properties']
 $conf_def_property_list ['show_agreement_panel']
 $conf_def ['section']['required']['label'] = 'Data checking'
 $conf_def ['section']['required']['description'] = ''
 $conf_def ['section']['required']['properties']
 $conf_def_property_list ['userOfficialCodeCanBeEmpty']
 $conf_def_property_list ['userMailCanBeEmpty']
 $conf_def_property_list ['ask_for_official_code']
 $conf_def_property_list ['profile_editable']
 $conf_def_property_list ['allow_profile_picture']
 $conf_def ['section']['readonly']['label'] = 'Allow to modify field'
 $conf_def ['section']['readonly']['display'] = FALSE
 $conf_def ['section']['readonly']['properties']
 $conf_def_property_list ['SECURE_PASSWORD_REQUIRED']
 $conf_def ['section']['view']['label'] = 'Display data'
 $conf_def ['section']['view']['display'] = FALSE
 $conf_def ['section']['view']['properties']
 $conf_def ['section']['request']['label'] = 'User request'
 $conf_def ['section']['request']['description'] = ''
 $conf_def ['section']['request']['properties']
 $conf_def_property_list ['can_request_course_creator_status']
 $conf_def_property_list ['can_request_revoquation']
 $conf_def_property_list ['allowSelfRegProf']

Variable Documentation

$conf_def['section']['request']['properties']
Initial value:
array ( 'allowSelfRegProf'
      , 'can_request_course_creator_status'
      , 'can_request_revoquation'
      )

Definition at line 149 of file CLPROFIL.def.conf.inc.php.

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

Definition at line 148 of file CLPROFIL.def.conf.inc.php.

$conf_def['section']['request']['label'] = 'User request'

Definition at line 147 of file CLPROFIL.def.conf.inc.php.

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

Definition at line 141 of file CLPROFIL.def.conf.inc.php.

$conf_def['section']['view']['display'] = FALSE

Definition at line 139 of file CLPROFIL.def.conf.inc.php.

$conf_def['section']['view']['label'] = 'Display data'

Definition at line 138 of file CLPROFIL.def.conf.inc.php.

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

Definition at line 121 of file CLPROFIL.def.conf.inc.php.

$conf_def['section']['readonly']['display'] = FALSE

Definition at line 120 of file CLPROFIL.def.conf.inc.php.

$conf_def['section']['readonly']['label'] = 'Allow to modify field'

Definition at line 118 of file CLPROFIL.def.conf.inc.php.

$conf_def['section']['required']['properties']
Initial value:
array ( 'profile_editable'
      , 'allow_profile_picture'
      , 'userOfficialCodeCanBeEmpty'
      , 'ask_for_official_code'
      , 'userMailCanBeEmpty'
      , 'SECURE_PASSWORD_REQUIRED'
      
      )

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

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

Definition at line 50 of file CLPROFIL.def.conf.inc.php.

$conf_def['section']['required']['label'] = 'Data checking'

Definition at line 49 of file CLPROFIL.def.conf.inc.php.

$conf_def['section']['agreement']['properties']
Initial value:
array ( 'show_agreement_panel'
      )

Definition at line 35 of file CLPROFIL.def.conf.inc.php.

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

Definition at line 34 of file CLPROFIL.def.conf.inc.php.

$conf_def['section']['agreement']['label'] = 'Registration agreement'

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

$conf_def['config_class'] = 'user'

Definition at line 29 of file CLPROFIL.def.conf.inc.php.

$conf_def['old_config_file'][] = 'profile.conf.php'

Definition at line 28 of file CLPROFIL.def.conf.inc.php.

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

Definition at line 27 of file CLPROFIL.def.conf.inc.php.

$conf_def['config_name'] = 'User profile options'

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

$conf_def['config_code'] = 'CLPROFIL'

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

$conf_def_property_list['allowSelfRegProf']
Initial value:
array ('label'       => 'Creation of Course Creator account'
       ,'description' => 'Are users allowed to create themselves a Course Creator account ?'
      ,'default'     => TRUE
      ,'type'        => 'boolean'
      ,'acceptedValue' => array ('TRUE'  => 'On'
                                ,'FALSE' => 'Off'
                                )
      ,'display'     => TRUE
      ,'readonly'    => FALSE
      )

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

$conf_def_property_list['can_request_revoquation']
Initial value:
array ( 'label'         => 'Display "Request to be deleted from the platform"'
      , 'description'   => 'This option insert a command in the user profile form to request the removal of the user from the platform.  This request is sent by e-mail to platform administrator.'."\n"
                         .'This option allow only to request it, and don\'t prework the answer'."\n"
      , 'display'       => true
      , 'default'       => FALSE
      , 'type'          => 'boolean'
      , 'acceptedValue' => array ('TRUE'  => 'Yes'
                                 ,'FALSE' => 'No'
                                )
      )

Definition at line 166 of file CLPROFIL.def.conf.inc.php.

$conf_def_property_list['can_request_course_creator_status']
Initial value:
array ( 'label'         => 'Display "Request a Course Creator status"'
      , 'description'   => 'This option insert a command in the user profile form to request a status of course creator. This request is sent by e-mail to platform administrator.'
      , 'display'       => true
      , 'default'       => FALSE
      , 'type'          => 'boolean'
      , 'acceptedValue' => array ('TRUE'  => 'Yes'
                                ,'FALSE' => 'No'
                                )
      )

Definition at line 155 of file CLPROFIL.def.conf.inc.php.

$conf_def_property_list['SECURE_PASSWORD_REQUIRED']
Initial value:
array ('label'         => 'Password security check'
      ,'description'   => 'Check if the password is not too easy to find'
      ,'default'       => FALSE
      ,'type'          => 'boolean'
      ,'acceptedValue' => array ('TRUE'  => 'Yes'
                                ,'FALSE' => 'No'
                                )
      , 'container'     => 'CONST'
      )

Definition at line 125 of file CLPROFIL.def.conf.inc.php.

$conf_def_property_list['allow_profile_picture']
Initial value:
array ( 'label'         => 'Allow user to add a picture to their profile'
      , 'description'   => ''
      , 'default'       => TRUE
      , 'type'          => 'boolean'
      , 'acceptedValue' => array ('TRUE' => 'Yes'
                                 ,'FALSE'  => 'No'
                                 )
      )

Definition at line 106 of file CLPROFIL.def.conf.inc.php.

$conf_def_property_list['profile_editable']
Initial value:
array ( 'label'         => 'Profile form'
      , 'description'   => 'Which parts of the profile can be changed?'
      , 'default'       => array('name','official_code','login','password','email','phone','language','picture')
      , 'type'          => 'multi'
      , 'acceptedValue' => array ('name' => 'Name'
                                 ,'official_code' => 'Official code'
                                 ,'login' => 'Login'
                                 ,'password' => 'Password'
                                 ,'email' => 'Email'
                                 ,'phone' => 'Phone'
                                 ,'language' => 'Language'
                                 ,'picture' => 'User picture'
                                 )
      )

Definition at line 90 of file CLPROFIL.def.conf.inc.php.

$conf_def_property_list['ask_for_official_code']
Initial value:
array ( 'label'         => 'Ask the official code'
      , 'description'   => 'Display the field official code in form'
      , 'default'       => TRUE
      , 'type'          => 'boolean'
      , 'acceptedValue' => array ('TRUE' => 'Yes'
                                 ,'FALSE'  => 'No'
                                 )
      )

Definition at line 80 of file CLPROFIL.def.conf.inc.php.

$conf_def_property_list['userMailCanBeEmpty']
Initial value:
array ( 'label'         => 'Email is'
      , 'description'   => 'Accept email as valid (best choice)'
      , 'default'       => TRUE
      , 'type'          => 'boolean'
      , 'acceptedValue' => array ('FALSE' => 'Required'
                                 ,'TRUE'  => 'Optional'
                                 )
      )

Definition at line 70 of file CLPROFIL.def.conf.inc.php.

$conf_def_property_list['userOfficialCodeCanBeEmpty']
Initial value:
array ( 'label'         => 'Official code is'
      , 'default'       => TRUE
      , 'type'          => 'boolean'
      , 'acceptedValue' => array ('TRUE'  => 'Optional'
                                 ,'FALSE' => 'Required'
                                 )
      )

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

$conf_def_property_list['show_agreement_panel']
Initial value:
array ( 'label'         => 'Display an agreement page before the "create user account" form'
      ,'description'   => 'The content of this panel is editable in administration '
      , 'default'       => FALSE
      , 'type'          => 'boolean'
      , 'acceptedValue' => array ('TRUE'  => 'Yes'
                                 ,'FALSE' => 'No'
                                 )
      )

Definition at line 39 of file CLPROFIL.def.conf.inc.php.

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