Skip to content

feat: add default admin user seeding on first server start #204

Description

@Aharshi3614

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions