mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
- Store Web UI password as md5
This commit is contained in:
@@ -465,7 +465,8 @@ void options_imp::saveOptions(){
|
||||
{
|
||||
settings.setValue("Port", webUiPort());
|
||||
settings.setValue("Username", webUiUsername());
|
||||
settings.setValue("Password", webUiPassword());
|
||||
// FIXME: Check that the password is valid (not empty at least)
|
||||
Preferences::setWebUiPassword(webUiPassword());
|
||||
}
|
||||
// End Web UI
|
||||
settings.endGroup();
|
||||
|
||||
Reference in New Issue
Block a user