1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-05 18:47:47 +02:00

using POST instead of default GET... oups... sorry

This commit is contained in:
kakwa 2016-07-05 20:02:58 +02:00
parent e45c0e862e
commit 43e4231be8

View File

@ -7,6 +7,7 @@ $('#form').validator({
var $ret = 'PPolicy error';
$.ajax({
url: '/checkppolicy',
type: 'POST',
dataType: 'json',
async: false,
data: 'pwd=' + $el.val(),