﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
603,Permssion Error,SEAN.HOWES@…,Matt Good,"When trying to register a new user I get the following error:
{{{
Oops...
Trac detected an internal error:

[Errno 13] Permission denied

If you think this really should work and you can reproduce it. Then you should consider to report this problem to the Trac team.

Go to http://trac.edgewall.com/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the python traceback found below.

TracGuide — The Trac User and Administration Guide
Python traceback

Traceback (most recent call last):
  File ""/usr/lib64/python2.4/site-packages/trac/web/modpython_frontend.py"", line 206, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File ""/usr/lib64/python2.4/site-packages/trac/web/main.py"", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File ""/usr/lib64/python2.4/site-packages/trac/web/main.py"", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File ""build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py"", line 117, in process_request
  File ""build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py"", line 138, in _do_create
  File ""build/bdist.linux-x86_64/egg/acct_mgr/api.py"", line 88, in set_password
  File ""build/bdist.linux-x86_64/egg/acct_mgr/htfile.py"", line 50, in set_password
  File ""build/bdist.linux-x86_64/egg/acct_mgr/htfile.py"", line 77, in _update_file
  File ""/usr/lib64/python2.4/fileinput.py"", line 231, in next
    line = self.readline()
  File ""/usr/lib64/python2.4/fileinput.py"", line 300, in readline
    os.rename(self._filename, self._backupfilename)
OSError: [Errno 13] Permission denied
}}}

I have tried changing the permisions on the password file but this has made no differnce if anone can please help it would be great ",defect,new,normal,AccountManagerPlugin,normal,,,,0.9
