From fd0e6d4e38bffb5a74a32ccb28fa58632e09c577 Mon Sep 17 00:00:00 2001 From: "carina@hades" Date: Fri, 15 Dec 2023 16:53:41 -0500 Subject: [PATCH] remove the elog password protection --- FSUDAQ.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FSUDAQ.cpp b/FSUDAQ.cpp index af9e837..7d90a5a 100644 --- a/FSUDAQ.cpp +++ b/FSUDAQ.cpp @@ -1397,7 +1397,7 @@ void MainWindow::SetAndLockInfluxElog(){ QLineEdit usernameLineEdit; QLineEdit passwordLineEdit; - passwordLineEdit.setEchoMode(QLineEdit::Password); + //passwordLineEdit.setEchoMode(QLineEdit::Password); formLayout.addRow("Username:", &usernameLineEdit); formLayout.addRow("Password:", &passwordLineEdit);