1d70512abSGreg Roach<?php 2d70512abSGreg Roach 3*10e06497SGreg Roachdeclare(strict_types=1); 4*10e06497SGreg Roach 5d70512abSGreg Roachuse Fisharebest\Webtrees\I18N; 6d70512abSGreg Roach 7d70512abSGreg Roach?> 8c16be598SGreg Roach 9c16be598SGreg Roach<p> 10c16be598SGreg 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.') ?> 11c16be598SGreg Roach</p> 12c16be598SGreg Roach 13c16be598SGreg Roach<p> 14c16be598SGreg 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).') ?> 15c16be598SGreg Roach</p> 16c16be598SGreg Roach 17c16be598SGreg Roach<p> 18c16be598SGreg Roach<?= I18N::translate('Note: longer path lengths require a lot of calculation, which can make your website run slowly for these users.') ?> 19c16be598SGreg Roach</p> 20