<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
<?php 
/**  * DONT EDIT THIS FILE - NE MODIFIEZ PAS CE FICHIER 
 * -------------------------------------------------
 * Generated by 
		
		[[generator]]
 * Date [[date_at]]
 * -------------------------------------------------
 * DONT EDIT THIS FILE - NE MODIFIEZ PAS CE FICHIER 
 **/

// $CLPROFILGenDate is an internal mark
   $CLPROFILGenDate = "[[timestamp]]";

/* show_agreement_panel : The content of this panel is editable in administration  */
$GLOBALS['show_agreement_panel'] = FALSE;


/* userOfficialCodeCanBeEmpty : Official code is */
$GLOBALS['userOfficialCodeCanBeEmpty'] = TRUE;


/* userMailCanBeEmpty : Accept email as valid (best choice) */
$GLOBALS['userMailCanBeEmpty'] = TRUE;


/* ask_for_official_code : Display the field official code in form */
$GLOBALS['ask_for_official_code'] = TRUE;


/* profile_editable : Which parts of the profile can be changed? */
$GLOBALS['profile_editable'] = array('name','official_code','login','password','email','phone','language','picture','skype');


/* allow_profile_picture : Allow user to add a picture to their profile */
$GLOBALS['allow_profile_picture'] = TRUE;


/* SECURE_PASSWORD_REQUIRED : Check if the password is not too easy to find */
if (!defined("SECURE_PASSWORD_REQUIRED")) define("SECURE_PASSWORD_REQUIRED",FALSE);


/* can_request_course_creator_status : 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. */
$GLOBALS['can_request_course_creator_status'] = FALSE;


/* can_request_revoquation : 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.This option allow only to request it, and don't prework the answer */
$GLOBALS['can_request_revoquation'] = FALSE;


/* allowSelfRegProf : Are users allowed to create themselves a Course Creator account ? */
$GLOBALS['allowSelfRegProf'] = TRUE;



?>