Nickserv password isn't saved
hashworks opened this issue · 0 comments
When one wants to change/set the nickserv password in latest v3.3 it always submits the previous value as well:
data:{
"H":"confighub",
"M":"Save",
"A":[{
"AutoRegisterNickserv":true,
"ElasticSearchHost":"",
"ElasticSearchPort":0,
"EnableMultiDownloads":false,
"FileHandlers":[],
"IrcNick":"hashworksNET",
"IrcPasswort":"password123",
"IrcRegisterEmail":"xdcc@hashworks.net",
"JabberPassword":"",
"JabberServer":"",
"JabberUser":"",
"MaxDownloadSpeedInKB":0,
"Password":"somegoodsamplepassword",
"ReadyPath":"/home/hashworks/Downloads/",
"TempPath":"/home/hashworks/Downloads/.xdcc/",
"UseElasticSearch":false,
"UseJabberClient":false,
"UseWebserver":true,
"WebserverPort":5556,
"MaxDownloads":3,
"IrcPassword":"newNickServPassword"
}],
"I":254
}
Beeing send two times it will always choose the first occourence, therefore never changing the value.