Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.jointoevent.io/llms.txt

Use this file to discover all available pages before exploring further.

JTE Panel uses email and password authentication. Once you are signed in, the panel stores a JWT bearer token in your browser to keep you authenticated across page loads. This section covers signing in, recovering access when you have forgotten your password, and controlling who else can manage your events.

Logging in

Go to panel.jte.io. Enter your Email and Password, then click Log in. After a successful login, the panel redirects you to the dashboard. If you were sent to the login page from a specific URL (for example, a direct link to an event), the panel redirects you back to that page instead.
Check Remember me to keep yourself signed in between browser sessions.
If you see field-level error messages after submitting, check that your email address is correctly formatted and that your password is not empty. If the credentials are correct but login still fails, use the forgotten password flow below.

Creating an account

If you do not yet have an account, click Create account on the login page. Fill in:
  • Email — must be a valid email address
  • Full name
  • Password — minimum 6 characters
  • Confirm password — must match the password field
Optionally, check I want to add invoice data to provide company details (company name, NIP, address) at registration time. After successful registration, you are redirected to the login page.

Forgotten password

If you cannot remember your password:
1

Open the forgotten password page

On the login page, click Forgot your password? below the password field.
2

Enter your email address

Type the email address associated with your account and click Send reset link.If the email is recognized, the panel sends a password reset message to that address. The page confirms this with a success notice.
3

Check your inbox

Open the email and follow the link inside. The link takes you to the Reset password page with your email address and a reset token pre-filled in the URL.
If the email does not arrive within a few minutes, check your spam folder. The link is single-use and expires after a short time.

Resetting your password

When you follow a password reset link from your email, the panel opens the reset password form. Your account email is shown at the top of the form so you can confirm you are resetting the correct account. Enter your New password (minimum 6 characters), then enter it again in Confirm new password. Click Set new password. After a successful reset, the panel redirects you to the login page where you can sign in with your new password.
If you open a reset link that is missing the required user or token parameters, the panel redirects you to the login page. Request a new reset link from the forgotten password page.

API access and JWT tokens

JTE Panel uses JWT bearer tokens for API access. When you log in, the panel stores three values in localStorage:
KeyDescription
accessTokenShort-lived JWT used to authenticate API requests
refreshTokenUsed to obtain a new access token when the current one expires
userDataYour username, used to personalize the interface
If you are building an integration against the JTE Panel API, include the access token as a bearer token in the Authorization header of each request:
Authorization: Bearer <accessToken>

Role-based access and permissions

Each event has its own access control settings. To manage who can view or edit an event, go to SettingsPermissions (Uprawnienia) in the left sidebar while your event is selected. From there, you can add collaborators and assign roles that control which parts of the event they can access.
The Settings menu is only available after you have selected an event in the dashboard. If the menu items appear disabled, select an event first.