Skip to content

[username] username should be hardcoded to 1898andco #69

@github-actions

Description

@github-actions

// TODO(username): username should be hardcoded to 1898andco

)

func PromptPassword() (string, bool, error) {
	// TODO(username): username should be hardcoded to 1898andco
	fmt.Print("Please enter password for [rancher]: ")
	p, err := MaskPassword(os.Stdin, os.Stdout)
	if err != nil {
		return "", false, errors.Wrapf(err, "failed to set password")
	}
	// TODO(username): username should be hardcoded to 1898andco
	fmt.Print("Confirm password for [rancher]: ")
	c, err := MaskPassword(os.Stdin, os.Stdout)
	if err != nil {

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions