guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: installer: Hide the Wi-Fi passphrase by default.


From: guix-commits
Subject: 09/09: installer: Hide the Wi-Fi passphrase by default.
Date: Mon, 26 Aug 2019 09:58:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3c56d030335da3a43fa0ba2ff2f355d7696efbc8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jun 8 15:46:30 2019 +0200

    installer: Hide the Wi-Fi passphrase by default.
    
    * gnu/installer/newt/wifi.scm (run-wifi-password-page):
    Add an #:INPUT-VISIBILITY-CHECKBOX? to the input page.
---
 gnu/installer/newt/wifi.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/installer/newt/wifi.scm b/gnu/installer/newt/wifi.scm
index 1cb2ef2..3fd5756 100644
--- a/gnu/installer/newt/wifi.scm
+++ b/gnu/installer/newt/wifi.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2018 Mathieu Othacehe <address@hidden>
 ;;; Copyright © 2019 Meiyo Peng <address@hidden>
+;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -88,7 +89,8 @@ nmc_wifi_strength_bars."
 (define (run-wifi-password-page)
   "Run a page prompting user for a password and return it."
   (run-input-page (G_ "Please enter the wifi password.")
-                  (G_ "Password required")))
+                  (G_ "Password required")
+                  #:input-visibility-checkbox? #t))
 
 (define (run-wrong-password-page service-name)
   "Run a page to inform user of a wrong password input."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]