Modify ↓
#139 closed defect (fixed)
I am getting error while changing password
| Reported by: | mkbang@… | Owned by: | mgood |
|---|---|---|---|
| Priority: | highest | Component: | AccountManagerPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.8 |
Description (last modified by athomas)
Traceback (most recent call last):
File "C:\TRIALI~1\Python\Lib\site-packages\trac\web\modpython_frontend.py", line 206, in handler
dispatch_request(mpr.path_info, mpr, env)
File "C:\TRIALI~1\Python\Lib\site-packages\trac\web\main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "C:\TRIALI~1\Python\Lib\site-packages\trac\web\main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "build\bdist.win32\egg\acct_mgr\web_ui.py", line 50, in process_request
File "build\bdist.win32\egg\acct_mgr\web_ui.py", line 66, in _do_change_password
File "build\bdist.win32\egg\acct_mgr\api.py", line 88, in set_password
File "build\bdist.win32\egg\acct_mgr\htfile.py", line 50, in set_password
File "build\bdist.win32\egg\acct_mgr\htfile.py", line 122, in userline
File "build\bdist.win32\egg\acct_mgr\htfile.py", line 95, in salt
File "build\bdist.win32\egg\acct_mgr\htfile.py", line 30, in urandom
IOError: [Errno 2] No such file or directory: '/dev/urandom'
Attachments (0)
Change History (5)
comment:1 Changed 7 years ago by anonymous
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 7 years ago by mkbang@…
hey man i resolve this problem by modifieng hfile.py
comment:3 Changed 7 years ago by athomas
- Description modified (diff)
comment:4 Changed 7 years ago by athomas
- Description modified (diff)
comment:5 Changed 6 years ago by banerjee.priti20@…
- Trac Release set to 0.8
Note: See
TracTickets for help on using
tickets.


hey man i resolve this problem by modifieng hfile.py