Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 319 → Rev 320

/trunk/plugins/publicPages/091_forgot_password/script.js
20,6 → 20,7
url: "ajax.php",
type: "POST",
data: {
plugin:"1.3.6.1.4.1.37476.2.5.2.4.1.91",
action: "forgot_password",
email: $("#email").val(),
captcha: document.getElementsByClassName('g-recaptcha').length > 0 ? grecaptcha.getResponse() : null
50,6 → 51,7
url: "ajax.php",
type: "POST",
data: {
plugin:"1.3.6.1.4.1.37476.2.5.2.4.1.91",
action: "reset_password",
email: $("#email").val(),
auth: $("#auth").val(),