Logging In and User Profile
The Login Window
The login window accepts either:
- Username + password (standard).
- Recovery code if you have lost your password (see section 15.3).
First-Time Administrator
If no users exist, the login screen switches to Create Administrator Account mode:
- Choose a strong password (minimum length is enforced by the User entity's validation).
- Provide a recovery email.
- Set up three security questions.
- Save. You are now signed in.
Profile Page
Access your profile via the user icon in the top-right of the main window.
| Section | What you can do |
|---|---|
| Details | Change display name, email, preferred language, avatar |
| Password | Change current password; requires the old password |
| Security Questions | Maintain three answers used for password recovery |
| Recovery Codes | Generate one-time recovery codes (save them offline) |
| Sessions | Sign out of other devices |
| Preferences | Theme (Light / Dark / System), number formatting, default currency |
Profile Picture
TX1 stores profile pictures inline in the database as UserProfilePicture records. Upload any PNG or JPG up to the configured max size (default 2 MB). The app automatically creates thumbnail variants.
Signing Out
Click the user icon → Sign Out. All unsaved work prompts before closing.