atuin
atuin copied to clipboard
Show better error message when registration is disabled
Right now you get the following:
$ atuin register ....
Error: failed to register user
Location:
/build/source/atuin-client/src/api_client.rs:61:9
If you forgot that you disabled registration you'd think that something is broken. Mentioning that registration is closed would be awesome.
Right now you get the following:
$ atuin register .... Error: failed to register user Location: /build/source/atuin-client/src/api_client.rs:61:9
If you forgot that you disabled registration you'd think that something is broken. Mentioning that registration is closed would be awesome.
Why is registration closed?
Right now you get the following:
$ atuin register .... Error: failed to register user Location: /build/source/atuin-client/src/api_client.rs:61:9
If you forgot that you disabled registration you'd think that something is broken. Mentioning that registration is closed would be awesome.
Why is registration closed?
The public sync server is not closed for new registrations. But people run their own private sync servers and they disable the registration
The public sync server is not closed for new registrations. But people run their own private sync servers and they disable the registration
Yes. If I only need one account I can close it.