From 23d3496e8b975804a2639972fe2ec9bb17bb73b4 Mon Sep 17 00:00:00 2001 From: yo momma Date: Wed, 4 Feb 2026 18:25:45 +0000 Subject: Rebrand: HUMPFM env vars + salts --- photobooth/fullscreenmgmt.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'photobooth/fullscreenmgmt.js') diff --git a/photobooth/fullscreenmgmt.js b/photobooth/fullscreenmgmt.js index 6137238..4f5ba97 100755 --- a/photobooth/fullscreenmgmt.js +++ b/photobooth/fullscreenmgmt.js @@ -117,7 +117,7 @@ function login() { var nick = $('#nickInput').val(); var password = $('#passwordInput').val(); var rememberme = $('#remembermeInput').attr('checked') ? 'yes' : ''; - var hash = hex_sha1(nick + '$' + password + '$dumpfm'); + var hash = hex_sha1(nick + '$' + password + '$humpfm'); var onSuccess = function(json) { if (typeof pageTracker !== 'undefined') { @@ -182,4 +182,4 @@ $(function() { $('#memelogo').stop(true, false).animate({opacity: 1.0}, "fast").delay(LogoFadeDelay).animate({opacity: 0}, "slow"); }); $('#memelogo').delay(LogoFadeDelay).animate({opacity: 0}, "slow"); -}); \ No newline at end of file +}); -- cgit v1.2.3-70-g09d2