mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Fixed issue with password not being set correctly
This commit is contained in:
@@ -715,6 +715,7 @@ io.on('connection', function(socket){
|
||||
var skipping = params.skipping;
|
||||
var shuffling = params.shuffling;
|
||||
var userpass = params.userpass;
|
||||
|
||||
if((!params.userpass_changed && frontpage) || (!params.userpass_changed && userpass == "")) {
|
||||
userpass = "";
|
||||
} else if(params.userpass_changed && userpass != "") {
|
||||
|
||||
Reference in New Issue
Block a user