Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Account Provisioning #32

Merged
merged 9 commits into from
Jan 21, 2025
Merged

Account Provisioning #32

merged 9 commits into from
Jan 21, 2025

Conversation

phoebesimon
Copy link
Contributor

Implement Account Provisioning-related interfaces

Back baton-demo data with sqlite for easier testing

Back baton-demo data with sqlite
Always ensure tables are present, but only populate them if the init-db flag is passed
Bytes: []byte(plainTextPassword),
}

err = o.client.ChangePassword(ctx, pgRole.Name, plainTextPassword)

Choose a reason for hiding this comment

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

is pgRole.Name the UserID? I think ChangePassword needs the UserID right?

Copy link

@loganintech loganintech left a comment

Choose a reason for hiding this comment

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

One question that I'd appreciate an answer before merging but lgtm otherwise.

@ggreer ggreer merged commit a881ba0 into main Jan 21, 2025
2 checks passed
@ggreer ggreer deleted the phoebeyu/account-creation branch January 21, 2025 18:05
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.

3 participants