-
Notifications
You must be signed in to change notification settings - Fork 0
Login Problems
Confirm /app/data is persistent and writable. The initial Administrator and
setup state are stored in users.sqlite. If the container starts with a new or
empty volume, PalCenter correctly enters setup again.
- Usernames are case-sensitive.
- Re-enter the current password rather than the original temporary password.
- Ask an Administrator to confirm that the account is enabled.
- Wait before retrying after repeated failures; login attempts are throttled.
PalCenter does not provide a default Administrator password.
Accounts created by an Administrator receive a temporary password. On first sign-in, PalCenter directs the user to Profile to choose a new password before other protected actions are available.
- Confirm the same
/app/datavolume is used after container recreation. - Check browser cookie restrictions.
- When using HTTPS, set
PALCENTER_SESSION_COOKIE_SECURE=true. - Do not enable secure cookies when accessing PalCenter only through plain HTTP, because the browser will not send them.
- Ensure the reverse proxy preserves the original host and protocol correctly.
Disabled and deleted accounts cannot authenticate. Existing sessions are invalidated when account state or security-sensitive details change.
A restore replaces users, password hashes, and the session-signing secret with the backup contents. Use credentials from the restored backup. Existing browser sessions may require a new login.
PalCenter v1.1.1 · Repository · MIT License
PalCenter v1.1.1
Getting Started
Administration
Deployment
Troubleshooting
Project