I reinstalled one of my hosts and I realized I cannot log in because it now requires me to login to Hub, when I don’t believe I’ve ever created an account before.
I tried doing so, but I get no errors, I just get redirected back to the registration page. I tried reseting the password in case I had in fact created an account before but no email ever arrives.
Here’s my `atuin doctor` from the machine that is not logged in:
Atuin Doctor
Checking for diagnostics
Please include the output below with any bug reports or issues
{
"atuin": {
"version": "18.17.0",
"commit": "",
"sync": null,
"sqlite_version": "3.46.0",
"daemon_enabled": false
},
"shell": {
"name": "zsh",
"default": "zsh",
"plugins": [
"atuin"
],
"preexec": "built-in"
},
"system": {
"os": "Darwin",
"arch": "arm64",
"version": "27.0",
"disks": [
{
"name": "Macintosh HD",
"filesystem": "apfs"
},
{
"name": "Macintosh HD",
"filesystem": "apfs"
}
]
}
}
I noticed that on the hosts where I am logged in, `atuin doctor` includes this:
"sync": {
"auth_state": "Hub (legacy token — run 'atuin login' to upgrade)",
"records": true,
"auto_sync": true,
"last_sync": "2026-07-10 17:41:43.953578 +00:00:00"
},
Which makes me think it confirms I didnt have a hub account.