The problem is that recovering the email account is not possible. I deleted it (now it's blocked) because i didn't want to use it anymore. Sadly I've forgotten to change the email for the AUR account befor that. :-( Would be sad if i have to wait (180 days I think) till the used address gets unblocked so that I can reuse it. Registering a new AUR account would be ok, but then i can not use the username michast. I see the problem that I have to prove that I am the owner of the account, but how can I do that? ...the ssh key is also lost (thanks to the chakra installer..) :-/ Micha Am 05.01.2016 um 21:36 schrieb Alexander Görtz:
Tuesday, January 5, 2016 9:07 PM +01:00 from Alexander Görtz <aur@nyloc.de>:
Hi, I have lost my logindata for the AUR for the account michast I can't use the 'pssword forgotten' function because I also lost the login data for the email account i used for registration. Please send me a password reset link to this email address, thanks.
Sorry, but that sound like the worst scam ever ;).
By the way I have forgotten the password for (list of accounts here). Please send me a reset link.
But if you are serious you should first try to recover your lost email account.
Yep! Or simply to register a new AUR account bound to a new mail box (as I did it so earlier, being in the similar situation).
I have another idea if you used your aur account you probably have added an ssh public key. So an admin could do something like.
ssh-keygen -f "your_public_key" -e -m PKCS8 > "your_public_key.pem.pub"
and then
openssl rsautl -encrypt -pubin -inkey "your_public_key.pem.pub" -ssl -in "text_file_with_password_reset_link" -out "encrypted_text_file"
then you could do
openssl rsautl -decrypt -inkey ~/.ssh/id_rsa -in "encrypted_text_file" -out "reset_link_text_file"
Hey we are using arch there are solutions everywhere you just have to find them.
Alex
PS: Not tested if it really works ;)