Skip to content

Conversation

@julie-is-late
Copy link
Member

just a quick script which generates the password. I figured it's not a great idea to programmatically have something to then place the password in mysql because that requires us to either expose that kind of functionality in a stored procedure or to expose the admin account in the server info.

)

var (
password = flag.String("password", "password", "Prefix for all Docker images and volumes")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assuming the description on this flag is wrong?

password = &inferred
}

fmt.Printf("generating hash for password %s: \n", string(*password))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Er.... should we be printing out the password?

Copy link
Member Author

@julie-is-late julie-is-late Nov 8, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it matters. it's a good check that we didn't make a mistake when inputting it. It's going to be on the line above this in the terminal anyways

@ObsessiveOrange ObsessiveOrange merged commit 84ba74d into test Nov 8, 2016
@ObsessiveOrange ObsessiveOrange deleted the password_recovery branch November 8, 2016 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants