Back to Peertube

Register Step User.Component

client/src/app/+signup/+register/steps/register-step-user.component.html

8.1.5625 B
Original Source

@if (videoUploadDisabled()) { Video uploads are disabled on this instance, hence your account won't be able to upload videos. }

Public name This is the name that will be publicly visible to other users.

@if (formErrors.displayName) { {{ formErrors.displayName }} }

Username This is the name that will be displayed in your profile URL.

@{{ instanceHost }} @if (formErrors.username) { {{ formErrors.username }} }

Email @if (requiresEmailVerification()) { This email address will be used to validate your account. } @if (formErrors.email) { {{ formErrors.email }} }

Password {{ minPasswordLengthMessage }}