[Resolvido] [Sistema De Login] Como Fazer "Alterador De Senha" Verifica a Antiga. [MySQL]
eu tou usando javascript para verifica se a nova estão iguais porem queria por para verifica a antiga....
/applications/core/interface/imageproxy/imageproxy.php?img=http://image.prntscr.com/image/bb530b28f6c24ba88b1132dd86a92766.png&key=2a3d3b652f0fceed0b1e8e7ff6f44b9b45918373eae34a6b0987da6a55eef9b5" style="width:250px;height:auto;" /> /applications/core/interface/imageproxy/imageproxy.php?img=http://image.prntscr.com/image/d87f6e38cb2d4005add2ba561554c0b4.png&key=2b714bd1eb24c564e9a44ea95eff5b31d0bf52755fb25e9961c60dcf566b1fce" style="width:250px;height:auto;" />
CODIGO JS:
function validarSenha (input){
if (input.value != document.getElementById('senhanova').value) {
input.setCustomValidity('Repita a senha corretamente');
} else {
input.setCustomValidity('');
}
}
LEMBRANDO: TOU USANDO "MYSQL"
obs.: Não é PDO ou MySQLiDiscussão (17)
Carregando comentários...