Hi there, wanted to reset my VCS password and after sending the form in https://github.com/php/web-master/blob/main/public/forgot.php#L97 I only got a 504 (or so I thought). And because I checked the wrong email address at first I did not notice that the mail was actually sent out (password has since been reset successfully) - but I suppose the mailer() call here https://github.com/php/web-master/blob/main/public/forgot.php#L80 is timing out and then people might think it did not work at all. Not the end of the world but not pretty. Cheers Florian PS: I'd actually remembered the systems@ email address but I wasn't sure and afaics it's nowhere written as a point of contact, just in the email that I had not seen, so I hope the correct people will be reading it here.
