mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
962 B
PHTML
25 lines
962 B
PHTML
<div class="m-n2 m-lg-4">
|
|
<div class="container-fluid mt-4">
|
|
<div class="row justify-content-center">
|
|
<div class="col-12 col-md-7">
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<h1 class="text-center">Feature not enabled</h1>
|
|
|
|
<p class="lead">To enable this feature:
|
|
|
|
<ol class="lead">
|
|
<li>Go to the <a href="/i/admin/settings" class="font-weight-bold">Settings page</a></li>
|
|
<li>
|
|
Under <strong>Registration Status</strong> select:
|
|
<pre>Filtered - Anyone can apply (Curated Onboarding)</pre>
|
|
</li>
|
|
<li>Save the changes</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|