Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # fname lname email beta_access username [...]
  2. 1 James Doe jdoe@email.com true jdoe
  3. 2 Sally Jones sj@aol.com true sjones
  4. 3 Alex Jennings aj123@yahoo.com false ajennings
  5.  
  6. # [...] beta_access [...]
  7. 1 14573
  8. 2 57232
  9. 3 14573
  10. 4 [null]
  11.  
  12. If(loginID == "..." or loginID=="..." or loginID=="...")
  13. {
  14. let them in
  15. }
  16. else
  17. {
  18. send them elsewhere
  19. }
  20.  
  21. if(password !="motorcycleMama")
  22. {
  23. send them elswewhere
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement