@extends('layouts.loggedout') @section('title') Register - {{ env('APP_NAME') }} @endsection @section('titlediscord') @endsection @section('descdiscord') @endsection @section('contentloggedout')

Welcome to ARCHBLOX!

Have an account already? Click here to log in.


Before signing up, please read the Privacy Policy and the Terms of Service.


@csrf

Username

Usernames must be 3-20 alphanumeric characters and can include underscores, dashes, points, and spaces.

@error('name')
{{ $message }}
@enderror

Email Address

@error('email')
{{ $message }}
@enderror

Confirm Email Address

@error('email_confirmation')
{{ $message }}
@enderror

Date of Birth

@error('dob')
{{ $message }}
@enderror

Password

Don't reuse passwords, or use weak passwords!

Passwords must be 8 or more characters with at least 1 capital letter, 1 symbol, and 1 number.

@error('password')
{{ $message }}
@enderror

Invite Key

@error('key')
Invalid invite key! The invite key may be inactive or it no longer exists.
@enderror

An Invite Key is required to sign up. You can obtain one from a person that has an ARCHBLOX Account.

Don't bother random people for keys, or beg for one.


@endsection