Retrieve username from email

Hi,

First of all, apologies if this support request is misplaced.

I want to reinstall Atuin and sync back history on a new laptop (old one was lost). I stored email, password and encryption key in my password manager but forgot to take note of the username.

Contrary to Forgot username... any way to retrieve it? , I no longer have access to a working Atuin installation so I can’t run `atuin status`

Is there a way to retrieve my username from the email?

Thanks

Having the same issue and I dont have access to the old machine to run “ atuin status”. I do have all the config files from the previous machine. Wondering if I could find the username in a log or config file somewhere

We actually don’t store the username locally, just a token

If you have access to ~/.local/share/atuin/session you can run

curl -H "Authorization: Token $(cat ~/.local/share/atuin/session)" https://api.atuin.sh/api/v0/me
2 Likes