Guest User

Untitled

a guest
Jul 30th, 2018
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. mysql> select * from auth_user where date_joined = '2010-05-12 17:25:12'\G
  2. *************************** 1. row ***************************
  3. id: 4522
  4. username: dcowger
  5. first_name:
  6. last_name:
  7. email: thecowger6@gmail.com
  8. password: sha1$8f902$67e379db44aafe32b51e5ccda34c2d0913545360
  9. is_staff: 0
  10. is_active: 1
  11. is_superuser: 0
  12. last_login: 2010-05-12 22:27:18
  13. date_joined: 2010-05-12 17:25:12
  14. *************************** 2. row ***************************
  15. id: 4523
  16. username: afontana
  17. first_name:
  18. last_name:
  19. email: afontana@bc-times.com
  20. password: sha1$b922a$be149999cfa71da8ee112ee2301e121ce5bd34ed
  21. is_staff: 0
  22. is_active: 1
  23. is_superuser: 0
  24. last_login: 2010-05-12 17:25:12
  25. date_joined: 2010-05-12 17:25:12
  26. 2 rows in set (0.00 sec)
  27.  
  28. mysql>
Add Comment
Please, Sign In to add comment