Skip to content

Commit

Permalink
add info to console, where to enter admin password if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Dec 3, 2024
1 parent a417b79 commit 894d1f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ func (c *Config) CheckPasswords() {
c.Security.AdminPwd = ulid.Make().String()
log.Println("admin token is not set, created one is:", c.Security.AdminPwd)
}
log.Println("use /login url to enter admin password")
}
if c.Security.UserPwd != "" {
log.Println("user password is set")
Expand Down

0 comments on commit 894d1f3

Please sign in to comment.