Guest User

Untitled

a guest
Apr 18th, 2018
1,036
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. methods:
  2. post: [username, password]
  3.  
  4. names:
  5. username:
  6. required: true
  7. required_msg: You must provide your username
  8. validators: userValidator
  9.  
  10. password:
  11. required: true
  12. required_msg: You must provide your password
  13.  
  14.  
  15. userValidator:
  16. class: myLoginValidator
  17. param:
  18. password: password
  19. login_error: This user account does not exist or you entered the wrong password
Add Comment
Please, Sign In to add comment