From 60d9f66d2b31c659ac652c15423ecaca89a5f312 Mon Sep 17 00:00:00 2001 From: tille Date: Tue, 03 Jun 2003 14:08:04 +0000 Subject: authentication (except when passwd not stored) and minor things --- (limited to 'noncore/settings/networksettings/ppp/kpppwidget.cpp') diff --git a/noncore/settings/networksettings/ppp/kpppwidget.cpp b/noncore/settings/networksettings/ppp/kpppwidget.cpp index 289e9f5..7b5c74d 100644 --- a/noncore/settings/networksettings/ppp/kpppwidget.cpp +++ b/noncore/settings/networksettings/ppp/kpppwidget.cpp @@ -600,7 +600,7 @@ void KPPPWidget::beginConnect() { if(ID_Edit->text().isEmpty()) { QMessageBox::warning(this,"error", i18n("You have selected the authentication method PAP or CHAP. This requires that you supply a username and a password!")); -// FIXME: return; + return; } else { if(!Modem::modem->setSecret(_pppdata->authMethod(), encodeWord(_pppdata->storedUsername()), -- cgit v0.9.0.2