Modify ↓
Opened 18 years ago
Closed 18 years ago
#4786 closed defect (duplicate)
error received when changing password
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/console | Version: | |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
When I attempt to change my user account password I receive an error message.
Python traceback
Traceback (most recent call last): File "C:\Python23\lib\site-packages\trac\web\modpython_frontend.py", line 206, in handler dispatch_request(mpr.path_info, mpr, env) File "C:\Python23\lib\site-packages\trac\web\main.py", line 139, in dispatch_request dispatcher.dispatch(req) File "C:\Python23\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 51, in process_request File "build\bdist.win32\egg\acct_mgr\web_ui.py", line 67, 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 63, in set_password File "build\bdist.win32\egg\acct_mgr\htfile.py", line 152, in userline File "build\bdist.win32\egg\acct_mgr\htfile.py", line 125, in salt File "build\bdist.win32\egg\acct_mgr\htfile.py", line 43, in urandom IOError: [Errno 2] No such file or directory: '/dev/urandom'
Attachments (0)
Change History (1)
comment:1 by , 18 years ago
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #4698.
It's either a site-specific issue or a bug in the th:wiki:AccountManagerPlugin