Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
fix: remove seed user check
Browse files Browse the repository at this point in the history
  • Loading branch information
muety committed Apr 4, 2021
1 parent b7f4ae4 commit 21311c6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ func Load() *Config {
logbuch.Fatal("config option 'listen4' must be specified")
}

if config.Security.SeedUsers == nil || len(config.Security.SeedUsers) == 0 {
logbuch.Fatal("you need to create at least one initial user via config.yml as there currently is no way to dynamically create users at runtime")
}

Set(config)
return Get()
}
Expand Down

0 comments on commit 21311c6

Please sign in to comment.