Advertisement
ijontichy

<stdin>

Oct 3rd, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. ubuntu@ubuntu login/lsrc $ ./accountmanager.py
  2. [adc] <user> <pass> (<pass2>): a ijontichy Canadians
  3. ('c98eb5051dcc6403b114f9069be8090d0499d4a05071d3a23cba5fe1d5293444f5b9d308862de57ad8ff2407f552305be5fe1b1a63042d674663a98881a347db', '1349314119.811944')
  4. [adc] <user> <pass> (<pass2>): c ijontichy derp Canadians
  5.  
  6. Traceback (most recent call last):
  7. File "./accountmanager.py", line 158, in <module>
  8. print(func(*response[1:]))
  9. File "./accountmanager.py", line 97, in changePassword
  10. if not force: self.checkPass(user, oldpass)
  11. File "./accountmanager.py", line 75, in checkPass
  12. raise AccountError("password for {!r} is not the one set on the account".format(user))
  13. AccountError: password for 'ijontichy' is not the one set on the account
  14.  
  15. [adc] <user> <pass> (<pass2>): c ijontichy Canadians herpderp
  16. ('c12a7c518a9c5060f22670cf7dbb8217d8094d9cdc77c8e27f74d40fb3dfbac7fbe700bb0af0e2aa04a44816fa5e059669dc5704f893c9f6887022e46bbc8d8f', '1349314130.017064')
  17. [adc] <user> <pass> (<pass2>): c ijontichy herpderp Canadians
  18. ('befbc131b908d7f6d2987f991a7ebb12bbaabffaa266c04c1972631848d9352e67e587e7a12c07e0912f13ead0ca7c5a76e141e6a56de9d47abae09552be9fae', '1349314148.423104')
  19. [adc] <user> <pass> (<pass2>): c ijontichy herpderp nou
  20.  
  21. Traceback (most recent call last):
  22. File "./accountmanager.py", line 158, in <module>
  23. print(func(*response[1:]))
  24. File "./accountmanager.py", line 97, in changePassword
  25. if not force: self.checkPass(user, oldpass)
  26. File "./accountmanager.py", line 75, in checkPass
  27. raise AccountError("password for {!r} is not the one set on the account".format(user))
  28. AccountError: password for 'ijontichy' is not the one set on the account
  29.  
  30. [adc] <user> <pass> (<pass2>): d ijontichy herpderp
  31.  
  32. Traceback (most recent call last):
  33. File "./accountmanager.py", line 158, in <module>
  34. print(func(*response[1:]))
  35. File "./accountmanager.py", line 91, in deleteUser
  36. if not force: self.checkPass(user, password)
  37. File "./accountmanager.py", line 75, in checkPass
  38. raise AccountError("password for {!r} is not the one set on the account".format(user))
  39. AccountError: password for 'ijontichy' is not the one set on the account
  40.  
  41. [adc] <user> <pass> (<pass2>): d ijontichy Canadians
  42. None
  43. [adc] <user> <pass> (<pass2>):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement