Tikera requires an account to book cinema tickets. Registration takes under a minute and only asks for your name, email address, and a password. Once signed in, your session persists across page refreshes so you can browse films and complete a booking without having to log in again.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/raczkodavid/Tikera/llms.txt
Use this file to discover all available pages before exploring further.
Creating an account
Open the Register page
Navigate to the Register page from the site’s navigation. The registration form is open to anyone — no invitation or existing account is needed.
Enter your name
Type your full name in the Name field. This is the display name associated with your account.
Enter your email address
Provide a valid email address in the Email field. This becomes your login identifier and must be unique across all Tikera accounts.
Confirm your password
Re-enter the same password in the Confirm Password field. The form validates that both fields match before submitting. If they differ, an error is shown and the request is not sent.
Submit the form
Click Register. If the details are valid and the email is not already in use, your account is created and you are redirected to the Login page with a success message. If the server returns validation errors (for example, a duplicate email address), they are displayed on the form so you can correct them.