checkRegistration: function(response) {
    $("#register").prop('disabled', false); 
    if ( response.json.success === true ) {
      callbacks.pendingRegistration();
    } else {