mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
- Store Web UI password as md5
This commit is contained in:
parent
d1a549a6cc
commit
d3687fd863
5 changed files with 115 additions and 75 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue