Edgewall Software

Ticket #4786 (closed defect: duplicate)

Opened 23 months ago

Last modified 23 months ago

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

Changed 23 months ago by eblot

  • status changed from new to closed
  • resolution set to duplicate
  • description modified (diff)

Duplicate of #4698.

It's either a site-specific issue or a bug in the th:wiki:AccountManagerPlugin

Add/Change #4786 (error received when changing password)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cmlenz. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.