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

user creation is not atomic #1734

Closed
ndegory opened this issue Oct 25, 2017 · 0 comments
Closed

user creation is not atomic #1734

ndegory opened this issue Oct 25, 2017 · 0 comments
Labels

Comments

@ndegory
Copy link
Contributor

ndegory commented Oct 25, 2017

When creating a user on a platform without the --registration=none option and without a valid sendgrid key, the user gets corrupted, it's not there, but it's not there.

$ amp -k -s xxx user signup --name nicolas
[xxx:50101]
Error: SendGrid API key is empty
# adding a new secret with a valid sendgrid key, and updating the amp_amplifier service with this secret
$ amp -k -s xxx user ls
[xxx:50101]
USERNAME   EMAIL   CREATED ON
su                 25 Oct 17 13:41
$ amp -k -s xxx user signup --name nicolas
[xxx:50101]
Error: Error updating object: user already exists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants