pwd == emprunteur::get_hashed_password($empr_login, $old_password))) { if ($new_password == $confirm_new_password) { if (pmb_preg_match("/$opac_websubscribe_password_regexp/", $new_password)) { emprunteur::hash_password($empr_login, $new_password); $status = 'empr_password_changed'; } else { $status = 'empr_password_bad_security'; } } else { $status = 'empr_password_does_not_match'; } } else { $status = 'empr_old_password_wrong'; } print "
$msg[$status]

"; break; case "get_form": default: print emprunteur_display::get_display_change_password($id_empr); break; }