mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-21 17:04: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';
|
||||
$.ajax({
|
||||
url: '/checkppolicy',
|
||||
type: 'POST',
|
||||
dataType: 'json',
|
||||
async: false,
|
||||
data: 'pwd=' + $el.val(),
|
||||
|
Loading…
Reference in New Issue
Block a user