From 4a08127caceff75d9e0ad4b20e6195c30a809447 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 3 Jul 2018 08:44:57 +0200 Subject: Keep login with an empty password from succeeding --- accounts/imap/qml/Login.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'accounts/imap') diff --git a/accounts/imap/qml/Login.qml b/accounts/imap/qml/Login.qml index c9304b0e..d013f6ca 100644 --- a/accounts/imap/qml/Login.qml +++ b/accounts/imap/qml/Login.qml @@ -26,6 +26,7 @@ Item { property alias accountId: settings.accountIdentifier property string heading: qsTr("Login") property string subheadline: settings.accountName + property bool valid: pwField.acceptableInput ImapAccount.ImapSettings { id: settings -- cgit v1.2.3