Opened 18 years ago

Last modified 18 years ago

#603 closed defect

Account Manager Plugin — at Initial Version

Reported by: SEAN.HOWES@… Owned by: Matt Good
Priority: normal Component: AccountManagerPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.9

Description

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

Change History (0)

Note: See TracTickets for help on using tickets.