Guest User

Untitled

a guest
Dec 14th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. SELECT *
  2. FROM exp_members;
  3.  
  4. SELECT member_id, resetcode
  5. FROM exp_reset_password
  6. WHERE member_id = <your_member_id>
  7.  
  8. http://localhost/lnmeesys/index.php?S=0&D=cp&C=login&M=reset_password&resetcode=<reset_code>
Add Comment
Please, Sign In to add comment