@extends('layouts.admin') @include('partials/admin.jexactyl.nav', ['activeTab' => 'registration']) @section('title') Jexactyl Settings @endsection @section('content-header')

User RegistrationConfigure settings for user registration on Jexactyl.

@endsection @section('content') @yield('jexactyl::nav')

Registration via Email The settings for Email registration and logins.

Determines whether people can register an account using email.

Determines whether people need to verify their email to create servers.

Registration via Discord The settings for Discord registration and logins.

@if($discord_enabled != 'true')

People will not be able to sign up OR login with Discord if this is disabled!

@else

Determines whether people can register an account using Discord.

@endif

The client ID for your OAuth application. Typically 17-20 digits long.

The client secret for your OAuth application. Treat this like a password.

Default Resources The default resources assigned to a user on registration.

The amount of CPU that should be given to a user on signup in %.

The amount of RAM that should be given to a user on signup in MB.

The amount of storage that should be given to a user on signup in MB.

The amount of server slots that should be given to a user on signup.

The amount of server ports that should be given to a user on signup.

The amount of server backups that should be given to a user on signup.

The amount of server databases that should be given to a user on signup.

{!! csrf_field() !!}
@endsection