Description
When users clone and run the project for the first time, they have no login credentials. They need to manually register or figure out how to create an admin user.
Goals
- Automatically create a default admin user on first server start
- Provide default credentials in documentation
- Allow users to login immediately after setup
Implementation
- Check if any admin user exists
- If none exists, create default admin
- Use environment variables for credentials
- Log credentials on first start
Description
When users clone and run the project for the first time, they have no login credentials. They need to manually register or figure out how to create an admin user.
Goals
Implementation