VirtualBox

Changeset 74451 in vbox for trunk


Ignore:
Timestamp:
Sep 25, 2018 9:59:16 AM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9252: A warning for a case when user specified proxy password.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp

    r74445 r74451  
    168168    }
    169169
     170    /* Check for password presence: */
     171    if (!QUrl(m_pHostEditor->text().trimmed()).password().isEmpty())
     172    {
     173        message.second << tr("You have provided a proxy password. "
     174                             "Please be aware that the password will be saved in plain text. "
     175                             "You may wish to configure a system-wide proxy instead and not "
     176                             "store application-specific settings.");
     177        fPass = true;
     178    }
     179
    170180    /* Serialize message: */
    171181    if (!message.second.isEmpty())
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette