This commit updates all documentation files throughout the project: - Updated IMPLEMENTATION_PLAN.md with new implementation details - Updated PROJECT_GUIDELINES.md with coding standards and practices - Updated README.md with current project information - Updated SCREENSHOT_AUTOMATION.md with new automation details - Added TEST_DATA.md with test fixtures data - Updated cover_image_serving_plan.md with static URL patterns Documentation API updates: - Updated API reference documentation for all endpoints including: - Authentication (login, logout, register, refresh_token) - Book matching (auto_link, bulk_link, link_book, search) - Collections (CRUD operations, shelf mappings, auto-assign rules) - Conflicts (bulk operations, resolve/dismiss) - Devices (registration, approval, shelf management) - Highlights (create, update, delete, get) - Kobo sync (bookmark, markup, initialization, sync) - KOReader sync (library, metadata, bookmarks, progress) - Libraries (CRUD, folders, media items, stats) - Media items (bulk operations, CRUD) - Notes (CRUD operations) - OPDS (acquisition, feeds, publication) - Progress (reading progress tracking) - Queue (device queue management) - Ratings (star ratings) - Scanner (watch mode, scan operations) - Sync protocols (Kobo, KOReader) - Users (profile, password, admin operations) - WebSocket protocols - Updated user guides (admin, dashboard, settings, sync) - Updated device setup guides (Kobo, KOReader) - Updated developer guides (testing, contributing, operations) - Updated scripts/README.md
2.5 KiB
2.5 KiB
Profile Management Guide
Updating Your Profile
Your profile contains your account information and preferences.
How to Update
- Click on your username (top-right)
- Select Profile from the dropdown
- Edit any fields in the "Account Information" section
- Click Update Profile
- Changes take effect immediately
Fields You Can Update
- Username - Your login name (must be unique)
- Email - Your email address (must be unique)
- First Name - Optional display name
- Last Name - Optional display name
- Theme - Your preferred color scheme
Changing Your Password
Regular password changes are recommended for account security.
How to Change
- Go to Profile page
- Scroll to "Change Password" section
- Enter your current password
- Enter your new password
- Confirm your new password
- Click Update Password
Password Requirements
- Minimum 8 characters
- Must contain uppercase, lowercase, number, and special character
- Must match confirmation field
- Current password must be correct
Deleting Your Account
⚠️ WARNING: This action cannot be undone.
What Gets Deleted
When you delete your account:
- Your profile information
- Reading progress and history
- Device connections
- Collection preferences
- All personal data
What Stays
- Library books (media belongs to the library, not you)
- System settings
- Other users' accounts
How to Delete
- Go to Profile page
- Scroll to "Danger Zone" (bottom of page)
- Click Remove My Account
- Confirm by clicking "OK" in the popup
Note: If you're the last admin, you cannot delete your account for security reasons.
Theme Options
Personalize your reading experience with different color themes.
Quick Theme Switch
- Click the paintbrush icon (top-right, next to your username)
- Select a theme from the dropdown
- Changes apply instantly
Available Themes
- Tokyo Night (default) - Blue/purple accents
- Dracula - Purple/pink tones
- Nord - Arctic, bluish-gray
- Solarized Dark - Warm, precise contrast
- Monokai - Classic vibrant colors
- One Dark Pro - Atom editor inspired
- Material Dark - Google Material Design
- Wood Light - Light wood texture
- Wood Dark - Dark wood texture
- Wood Mahogany - Reddish-brown wood
For Admin Users
If you're an administrator, you can also manage other users' profiles from the admin panel.
See Admin User Management for details.