Skip to content
Trailer.devDocumentation

Search is only available in production builds. Try building and previewing the site to test it out locally.

Login Page

The login screen showing the email and password fields, the "Forgot password" link, the "Sign in" button, and any configured SSO provider buttons below the divider.

The login page authenticates you into Trailer.dev. Sign in with email and password, or with a configured single sign-on (SSO) provider.

The form has two fields:

  • Email
  • Password

Submit to sign in. On success you are redirected to the page you originally requested, or to the home page. On failure an “Incorrect credentials” toast is shown.

If an administrator has configured one or more SSO providers, buttons for them appear below the email and password form under an “or sign in with” divider. Trailer.dev supports these providers:

  • Google
  • GitLab
  • Microsoft
  • GitHub
  • Generic OpenID Connect (OIDC)

When no provider is configured, this section is hidden. Providers are configured on the Settings page.

The form includes a “Forgot password” link that opens the forgot-password page. Enter your email and submit to request a reset email. After the request is sent you are returned to the login page with a confirmation toast.

The reset email contains a link to the confirm-password-reset page, where you set a new password by entering it twice (new password and confirm). On success you are redirected back to login.

The forgot-password and reset emails require SMTP to be configured (see Settings).

Some workspace URLs are protected by forward authentication. When you open such a URL without an active session, you are sent to a verification page. It uses the same email/password and SSO controls as the login page, then grants access to the requested workspace after you authenticate.