mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-06 14:54:50 +00:00
25 lines
962 B
PHP
25 lines
962 B
PHP
|
<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>
|