Changes between Initial Version and Version 1 of Ticket #1978
- Timestamp:
- 11/24/2011 12:37:04 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1978 – Description
initial v1 4 4 [ERROR ] 00:27:51 client:393 RPCError Message Received! 5 5 6 --------------------------------------------------------------------7 6 RPCRequest: daemon.login(localclient, xxxxxx) 8 7 9 8 File "deluge/core/rpcserver.py", line 259, in dispatch 10 ret = component.get("AuthManager").authorize(*args, **kwargs) 11 File "deluge/core/authmanager.py", line 93, in authorize 12 raise BadLoginError("Password does not match") 9 ret = component.get("AuthManager").authorize(*args, **kwargs) 10 File "deluge/core/authmanager.py", line 93, in authorize 11 raise BadLoginError("Password does not match") 12 13 13 BadLoginError: Password does not match 14 15 14 }}} 16 15