mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 01:14:21 +01:00
using POST instead of default GET... oups... sorry
This commit is contained in:
parent
e45c0e862e
commit
43e4231be8
@ -7,6 +7,7 @@ $('#form').validator({
|
|||||||
var $ret = 'PPolicy error';
|
var $ret = 'PPolicy error';
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: '/checkppolicy',
|
url: '/checkppolicy',
|
||||||
|
type: 'POST',
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
async: false,
|
async: false,
|
||||||
data: 'pwd=' + $el.val(),
|
data: 'pwd=' + $el.val(),
|
||||||
|
Loading…
Reference in New Issue
Block a user