Rudimentary implementation of authentication processflow
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user