xref: /webtrees/resources/views/help/relationship-privacy.phtml (revision d70512ab02636ee884ef6d7907223ed02c754ff5)
1*d70512abSGreg Roach<?php
2*d70512abSGreg Roach
3*d70512abSGreg Roachuse Fisharebest\Webtrees\I18N;
4*d70512abSGreg Roach
5*d70512abSGreg Roach?>
6c16be598SGreg Roach
7c16be598SGreg Roach<p>
8c16be598SGreg Roach    <?= I18N::translate('Where a user is associated to an individual record in a family tree and has a role of member, editor, or moderator, you can prevent them from accessing the details of distant, living relations. You specify the number of relationship steps that the user is allowed to see.') ?>
9c16be598SGreg Roach</p>
10c16be598SGreg Roach
11c16be598SGreg Roach<p>
12c16be598SGreg Roach<?= I18N::translate('For example, if you specify a path length of 2, the individual will be able to see their grandson (child, child), their aunt (parent, sibling), their step-daughter (spouse, child), but not their first cousin (parent, sibling, child).') ?>
13c16be598SGreg Roach</p>
14c16be598SGreg Roach
15c16be598SGreg Roach<p>
16c16be598SGreg Roach<?= I18N::translate('Note: longer path lengths require a lot of calculation, which can make your website run slowly for these users.') ?>
17c16be598SGreg Roach</p>
18