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 creation (If not logged in) #32

Open
jacoblyw opened this issue Mar 9, 2021 · 0 comments
Open

Account creation (If not logged in) #32

jacoblyw opened this issue Mar 9, 2021 · 0 comments

Comments

@jacoblyw
Copy link

jacoblyw commented Mar 9, 2021

The documentation for coal says:

If not logged in, then it's possible to create your account

client = Locomotive::Coal::Client.new('http://www.myengine.dev')
client.my_account.create(name: 'John Doe', email: '[email protected]', password: 'easyone', password_confirmation: 'easyone')

But, when I try that, I get:
ArgumentError (wrong number of arguments (given 1, expected 2..3))

So, at server setup can you create the first account with Coal?

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

No branches or pull requests

1 participant