more
This commit is contained in:
@@ -15,9 +15,9 @@ var client *redis.Client = nil
|
||||
|
||||
func initializeRedis() {
|
||||
username := "default"
|
||||
UpdateUsername( username)
|
||||
UpdateUsername(username)
|
||||
password := util.GeneratePassword(16)
|
||||
UpdatePassword( password)
|
||||
UpdatePassword(password)
|
||||
fmt.Printf("FIRST TIME SETUP\nusername: %s\npassword: %s\n\n\n", username, password)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user