Configuration - Accès et vie privée : Différence entre versions

De PGVWiki
Sauter à la navigation Sauter à la recherche
Ligne 33 : Ligne 33 :
  
 
* Texte prédéfini indiquant que tous les visiteurs peuvent demander un compte :
 
* Texte prédéfini indiquant que tous les visiteurs peuvent demander un compte :
::Welcome to this Genealogy website. Access to this site is permitted to every visitor who has a user account. If you have a user account, you can login on this page. If you don't have a user account, you can apply for one by clicking on the appropriate link below. After verifying your application, the site administrator will activate your account. You will receive an email when your application has been approved.
+
::Bienvenue à ce site généalogique.L'accès à ce site est autorisé à tous les visiteurs ayant un compte.Si vous avez déjà un compte, vous pouvez vous connecter. Sinon, remplissez le formulaire.Après vérification, l'administrateur activera votre compte. Vous recevrez un message d'information.
 
* Predefined text that states admin will decide on each request for a user account:
 
* Predefined text that states admin will decide on each request for a user account:
 
::Welcome to this Genealogy website.  Access to this site is permitted to authorized users only.  If you have a user account you can login on this page. If you don't have a user account, you can apply for one by clicking on the appropriate link below.  After verifying your information, the administrator will either approve or decline your account application. You will receive an email message when your application has been approved.
 
::Welcome to this Genealogy website.  Access to this site is permitted to authorized users only.  If you have a user account you can login on this page. If you don't have a user account, you can apply for one by clicking on the appropriate link below.  After verifying your information, the administrator will either approve or decline your account application. You will receive an email message when your application has been approved.

Version du 27 septembre 2008 à 12:56

Accès et vie privée

Activer les restrictions

Cette option active toutes les restrictions et masque les détails des personnes en vie.

Les personnes sont considérées comme étant en vie si elles n'ont pas un événement qui est plus récent que le nombre d'années qui est spécifié dans la variable Age at Which to Assume a Person is Dead (cette variable s'appelle MAX_ALIVE_AGE et a une valeur par défaut de 120 ans). Les naissances d'enfants sont considérées comme étant de tels événements.

Pour garantir la confidentialité, les personnes dans le fichier GEDCOM sont par défaut présumées en vie. Voici les règles qui sont utilisées pour déterminer si une personne est décédée:

  • Un Décès est marqué oui. (1 DEAT Y )
  • Une date de naissance rend la personne plus vieille que la valeur MAX_ALIVE_AGE.
  • Toute date dans l'enregistrement Gedcom qui rendrait la personne plus âgée que la valeur MAX_ALIVE_AGE
  • Une date dans l'enregistrement des parents qui fait que les parents sont plus vieux que la valeur MAX_ALIVE_AGE + 40
  • Un enregistrement de Mariage avec une date plus vieille que la valeur MAX_ALIVE_AGE - 10.
  • Une date dans l'enregistrement de l'épouse plus vieille que la valeur MAX_ALIVE_AGE.
  • Une date dans l'enregistrement des enfants plus vieille que la valeur MAX_ALIVE_AGE - 10.
  • Une date dans l'enregistrement des grands-parents qui est plus vielle que la valeur MAX_ALIVE_AGE - 30.

Authentification obligatoire

Authentification obligatoire.png



Cette option se paramètre dans le fichier de configuration du Gedcom pour lequel vous voulez que tous les utilisateurs s'authentifient au moment du login pour avoir accès sur votre site aux informations que ce fichier contient.




Texte de bienvenue sur la page de connexion en mode authentification

Texte de bienvenue sur page de connexion.png




Vous pouvez faire apparaître ici le texte qui s'affiche sur l'écran de connexion si et seulement si le mode d'authentification obligatoire a été activé. Vous devez choisir le texte qui vous semble le plus approprié.










Les textes prédifinis disponibles sont les suivants:

  • Texte prédéfini indiquant que tous les visiteurs peuvent demander un compte :
Bienvenue à ce site généalogique.L'accès à ce site est autorisé à tous les visiteurs ayant un compte.Si vous avez déjà un compte, vous pouvez vous connecter. Sinon, remplissez le formulaire.Après vérification, l'administrateur activera votre compte. Vous recevrez un message d'information.
  • Predefined text that states admin will decide on each request for a user account:
Welcome to this Genealogy website. Access to this site is permitted to authorized users only. If you have a user account you can login on this page. If you don't have a user account, you can apply for one by clicking on the appropriate link below. After verifying your information, the administrator will either approve or decline your account application. You will receive an email message when your application has been approved.
  • Predefined text that states only family members can request a user account:
Welcome to this Genealogy website. Access to this site is permitted to family members only. If you have a user account you can login on this page. If you don't have a user account, you can apply for one by clicking on the appropriate link below. After verifying the information you provide, the administrator will either approve or decline your request for an account. You will receive an email when your request is approved.
  • Choose user defined text typed below
You can also choose to enter your own custom Welcome text, but the text you enter will not be translated when your users change language.

Standard Header For Custom Welcome Text




Choose to display a standard header for your custom Welcome text. When your users change language, this header will appear in the new language.

If set to Yes, the header will look look this:

Welcome to this Genealogy website
Access is permitted to users who have an account and a password for this website.

Custom Welcome Text For Authentication Mode

If you have opted for custom Welcome text, you can type that text here. The text will NOT be translated into the language of the visitor, but will be shown exactly as you typed it.

If you wish, you can use HTML tags in the text.


If you have opted for custom Welcome text, you can type that text here. The text will NOT be translated into the language of the visitor, but will be shown exactly as you typed it. However, if your custom text contains references to language variables that you can define in the various languages/extra.xx.php files, your site can show translated text.

You can insert HTML tags into your custom Welcome text.

You can insert references to entries in the language files or to values of global variables. Examples:

  • #pgv_lang[add_to_cart]#   is a reference to the language variable $pgv_lang["add_to_cart"], and if it were to appear in this field, would show as Add to Clippings Cart when the FAQ list is viewed in the current language.
  • #factarray[AFN]#   is a reference to the Fact name $factarray["AFN"], and if it were to appear in this field, would show as Ancestral File Number (AFN) when the FAQ list is viewed in the current language.
  • #GLOBALS[VERSION]# #GLOBALS[VERSION_RELEASE]#;   is a reference to the global variable $VERSION, a space, and a reference to the global variable $VERSION_RELEASE, and if they were to appear in this field, would show as for example 4.1.4 when the FAQ list is viewed in the current language.
  • #GLOBALS[GEDCOM]#   is a reference to the global variable $GEDCOM, which is the name of the current GEDCOM file. If it were to appear in this field, it would show as e.g.MyFamily.ged.
  • #GLOBALS[GEDCOM_TITLE]#   is a reference to the global variable $GEDCOM_TITLE, which is the title of the current GEDCOM file. If it were to appear in this field, it would show as My Family.


Check Child Dates




Check children's dates when determining whether a person is dead. On older systems and large GEDCOMs this can slow down the response time of your site.