varmUser=undefined// Leave the Matched User undefined until the user is found.
for(userofrows){// For Each User in Rows
if(request.input===user.luid){// If the Access Code for the card is in the system,
mUser=user;// set the Matched User Variable to the User, and break the for Loop.
break
}
}
// Return a Response with the whole identifiable user data. the EXT_ID will be used later to identify images and other things and match them to the user's profile.
varmUser=undefined// Leave the Matched User undefined until the user is found.
for(userofrows){// For Each User in Rows
if(request.input===user.aime_card_id){// If the Access Code for the card is in the system,
mUser=user;// set the Matched User Variable to the User, and break the for Loop.
break
}
}
// Return a Response with the whole identifiable user data. the EXT_ID will be used later to identify images and other things and match them to the user's profile.