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.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.
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.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
Forgotten password
If you cannot remember your password:Open the forgotten password page
On the login page, click Forgot your password? below the password field.
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.
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.API access and JWT tokens
JTE Panel uses JWT bearer tokens for API access. When you log in, the panel stores three values inlocalStorage:
| Key | Description |
|---|---|
accessToken | Short-lived JWT used to authenticate API requests |
refreshToken | Used to obtain a new access token when the current one expires |
userData | Your username, used to personalize the interface |
Authorization header of each request:
Role-based access and permissions
Each event has its own access control settings. To manage who can view or edit an event, go to Settings → Permissions (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.