From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cgf.cx (external.cgf.cx [107.170.62.102]) by sourceware.org (Postfix) with ESMTPS id 04E863854834 for ; Sat, 13 Feb 2021 05:48:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 04E863854834 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 cgf.cx 879AA40EF4 X-Spam-Level: X-Spam-CGF-Status: No, score=-3.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, TXREP autolearn=ham autolearn_force=no version=3.4.4 spammy=D*outlook.com, H*ct:iso-8859-1, profiles, accounts Date: Sat, 13 Feb 2021 00:48:03 -0500 From: Christopher Faylor To: Jerry DeLisle Cc: overseers@gcc.gnu.org Subject: Re: Problems recovering password Message-ID: <20210213054803.GA19609@cgf.cx> Mail-Followup-To: Jerry DeLisle , overseers@gcc.gnu.org References: <5de3c997-7abc-c1b0-24e0-a3bc8712703d@charter.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5de3c997-7abc-c1b0-24e0-a3bc8712703d@charter.net> User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Status: No, score=1.1 required=5.0 tests=BAYES_40, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2021 05:48:09 -0000 On Fri, Feb 12, 2021 at 11:03:49AM -0800, Jerry DeLisle wrote: >Have tried to recover/reset my password to jvdelisle@gcc.gnu.org >several times.  The bugzilla website states it has sent a token to >jvdelisle@gcc.gnu.org, but it does not seem to arrive at >jvdelisle@charter.net.  If I send an email to the gcc.gno.org email >it does forward through to me. > >Regardsless, something seems broken. Can you help. I may be misinterpreting bugzilla's table structure but, AFAICT, you seem to have four logins but none are jvdelisle@gcc.gnu.org: MariaDB [bugs]> select login_name from profiles where login_name like 'jvdel%'; +------------------------+ | login_name | +------------------------+ | jvdelisle2@outlook.com | | jvdelisle@charter.net | | jvdelisle@frontier.com | | jvdelisle@verizon.net | +------------------------+ bugzilla claims to be sending a token when it isn't really which is a fairly standard way of dealing with nonexistent accounts. I just tried resetting my own password and used the wrong email address a couple of times with the same result. I did get an email when I figured out the right email address though. cgf