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 ;)