Login Page
The login page authenticates you into Trailer.dev. Sign in with email and password, or with a configured single sign-on (SSO) provider.
Sign in with email and password
Section titled “Sign in with email and password”The form has two fields:
- 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.
Single sign-on
Section titled “Single sign-on”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:
- GitLab
- Microsoft
- GitHub
- Generic OpenID Connect (OIDC)
When no provider is configured, this section is hidden. Providers are configured on the Settings page.
Forgot password
Section titled “Forgot password”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).
Workspace access verification
Section titled “Workspace access verification”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.
Related pages
Section titled “Related pages”- Profile - Account and password management
- Settings - SSO and SMTP configuration
- Workspaces - Workspace listing