summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-12-02 16:03:46 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-12-02 16:03:46 +0000
commitb6cbda56211056b0a196beca59a08357e110cc70 (patch)
tree45bb216590172d95f88f959665a2773e767d7448
parentcee51dfd1b6d6ef9c0e1578d1c8b93775d684737 (diff)
downloadwebtrees-b6cbda56211056b0a196beca59a08357e110cc70.tar.gz
webtrees-b6cbda56211056b0a196beca59a08357e110cc70.tar.bz2
webtrees-b6cbda56211056b0a196beca59a08357e110cc70.zip
Remove outdated warning
-rw-r--r--resources/views/admin/trees-privacy.phtml5
1 files changed, 0 insertions, 5 deletions
diff --git a/resources/views/admin/trees-privacy.phtml b/resources/views/admin/trees-privacy.phtml
index 2a5ec12ba3..ea9f7a6c75 100644
--- a/resources/views/admin/trees-privacy.phtml
+++ b/resources/views/admin/trees-privacy.phtml
@@ -32,11 +32,6 @@ use Ramsey\Uuid\Uuid;
<p class="small text-muted">
<?= /* I18N: Help text for the “Family tree” configuration setting */ I18N::translate('Enabling this option will force all visitors to sign in before they can view any data on the website.') ?>
</p>
- <?php if (Site::getPreference('USE_REGISTRATION_MODULE') === '1') : ?>
- <p class="small text-muted">
- <?= I18N::translate('If visitors can not see the family tree, they will not be able to sign up for an account. You will need to add their account manually.') ?>
- </p>
- <?php endif ?>
</div>
</div>