Rudimentary implementation of authentication processflow

This commit is contained in:
djpbessems
2019-01-23 22:08:30 +01:00
parent afd134659b
commit b04b2fb480
6 changed files with 71 additions and 20 deletions

View File

@ -16,7 +16,8 @@ $(document).ready(function(){
$.post("lucidAuth.login.php", {
do: "login",
username: $('#username').val(),
password: $('#password').val()
password: $('#password').val(),
ref: $('#ref').val()
})
.done(function(data,status) {
try {