From 91d7cbdb6ce023428d6959b9b61ca6fdfc5b2256 Mon Sep 17 00:00:00 2001
From: Crawl
- + Set new password
`; @@ -570,11 +570,11 @@ panel.changePassword = function(){ panel.page.appendChild(container); document.getElementById('sendChangePassword').addEventListener('click', function(){ - if (document.getElementById('password').value === document.getElementById('passwordTwo').value) { + if (document.getElementById('password').value === document.getElementById('passwordConfirm').value) { panel.sendNewPassword(document.getElementById('password').value); } else { swal({ - title: "Password Mismatch!", + title: "Password mismatch!", text: 'Your passwords do not match, please try again.', type: "error" }, function() { -- cgit v1.2.3