Ticket #4786 (closed defect: duplicate)
error received when changing password
| Reported by: | jeff.ross@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/console | Version: | |
| Severity: | minor | Keywords: | |
| Cc: |
Description (last modified by eblot) (diff)
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
Change History
Note: See
TracTickets for help on using
tickets.


