mirror of
https://github.com/dedicatedcode/reitti.git
synced 2026-01-08 00:53:53 -05:00
Cant create first user #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @felixbro on 7/7/2025
Describe the bug
After a completely new and clean installation of the application using the official Docker image, the setup process does not show the initial user creation screen. Instead, it directly displays the login page, making it impossible to create the first administrator account and access the application.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
On the first launch of a new installation, I expect to be presented with a setup wizard or a registration form to create the initial administrator account.
Screenshots

Desktop (please complete the following information):
Additional context
This issue occurs on a pristine Docker setup with no pre-existing data volumes or configurations. The problem seems to be that the application incorrectly assumes an initial user already exists.