]> BookStack Code Mirror - bookstack/blobdiff - resources/views/settings/index.blade.php
implement social auto registration feature
[bookstack] / resources / views / settings / index.blade.php
index 64017e6e00ec9ceb71b538313b0ada29a9e0f8c5..bcaf2f4d793e9715456dcab2d9c7aa30d95bc8b8 100644 (file)
                                 @endforeach
                             </select>
                         </div>
+                        <div class="form-group">
+                            <label for="setting-autosocialregistration-confirmation">{{ trans('settings.reg_auto_social_allow') }}</label>
+                            <p class="small">{{ trans('settings.reg_auto_social_allow_desc') }}</p>
+                            @include('components.toggle-switch', ['name' => 'setting-autosocialregistration-confirmation', 'value' => setting('autosocialregistration-confirmation')])
+                        </div>
                         <div class="form-group">
                             <label for="setting-registration-confirmation">{{ trans('settings.reg_confirm_email') }}</label>
                             <p class="small">{{ trans('settings.reg_confirm_email_desc') }}</p>