Advertisement
langbung01

Untitled

Feb 27th, 2019
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. email
  2. api/check_username_and_email
  3.  
  4. request mail
  5. api/get_redirect_url?refCode=$refcode
  6.  
  7. reset
  8.  
  9. send otp
  10. api/'send_otp_forgotPass/' . $request->id . '/' . $request->type
  11.  
  12. check otp
  13. resetPasswordbyOTP/' . $request->id . '/' . $request->otp . '/FORGOT_PWD_BY_MOBILE'
  14.  
  15. change pass otp
  16. api/reset_passwordByOTP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement