From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35540: Installer displays encrypted partition password entry in cleartext Date: Mon, 06 May 2019 12:02:16 +0200 Message-ID: <87sgtrkijb.fsf@gnu.org> References: <20190503085437.opsw5whdkzmwrbrm@pelzflorian.localdomain> <20190503113018.5be80808@scratchpost.org> <20190503115024.20787d13@sybil.lepiller.eu> <87tvebbq9v.fsf@gnu.org> <20190504210632.i3tyhzisfw6anpyb@pelzflorian.localdomain> <877eb5duxo.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNaSm-0006rq-FY for bug-guix@gnu.org; Mon, 06 May 2019 06:03:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNaSk-0004sX-Hq for bug-guix@gnu.org; Mon, 06 May 2019 06:03:12 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42206) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNaSd-0004pL-8e for bug-guix@gnu.org; Mon, 06 May 2019 06:03:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNaSd-0007Ig-12 for bug-guix@gnu.org; Mon, 06 May 2019 06:03:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <877eb5duxo.fsf@gmail.com> (Mathieu Othacehe's message of "Sun, 05 May 2019 13:04:03 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Mathieu Othacehe Cc: 35540@debbugs.gnu.org Hello, Mathieu Othacehe skribis: >> #2 would please everybody, but I do not know what widgets Newt >> provides for this. Mathieu, would you know if changing the >> visibility with e.g. a checkbox is doable? > > You'll find a patch attached that adds a checkbox to toggle password > hiding. Every password input now has such a checkbox, WDYT? It looks great! I would perhaps add that checkbox only for the passphrase, in part because when I test an install I prefer to have fewer keystrokes :-), but also because this might clutter dialog boxes and cause troubles: what if the translation of =E2=80=9CHide=E2=80=9D is takes up more space? i= s it still going to fit? WDYT? Thank you! Ludo=E2=80=99.