Shleeble пре 6 година
родитељ
комит
24a1b2713f
1 измењених фајлова са 1 додато и 13 уклоњено
  1. 1 13
      resources/views/admin/settings/config/general.blade.php

+ 1 - 13
resources/views/admin/settings/config/general.blade.php

@@ -24,18 +24,6 @@
         </div>
       </div>
     </div>
-    <div class="form-group row">
-      <label for="app_url" class="col-sm-3 col-form-label font-weight-bold text-right">Recaptcha</label>
-      <div class="col-sm-9">
-        <div class="form-check pb-2">
-          <input class="form-check-input" type="checkbox" id="recaptcha" name="recaptcha" {{config('pixelfed.recaptcha') === true ? 'checked=""' : '' }}>
-          <label class="form-check-label font-weight-bold" for="open_registration">
-            {{config('pixelfed.recaptcha') == true ? 'Enabled' : 'Disabled' }}
-          </label>
-          <p class="text-muted small help-text font-weight-bold">When this option is enabled, new user registration is open.</p>
-        </div>
-      </div>
-    </div>
     <div class="form-group row">
       <label for="app_url" class="col-sm-3 col-form-label font-weight-bold text-right">ActivityPub</label>
       <div class="col-sm-9">
@@ -100,4 +88,4 @@
         <button type="submit" class="btn btn-primary font-weight-bold">Submit</button>
       </div>
     </div>
-  </form>
+  </form>