Modify ↓
Opened 18 years ago
Closed 18 years ago
#543 closed defect (duplicate)
passwd files don't reload if trac runs as a standalone server
Reported by: | Scott Grayban | Owned by: | Matt Good |
---|---|---|---|
Priority: | highest | Component: | AccountManagerPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
I have the plugin setup to use htpasswd and the issue happens after a person register's the file isn't reloaded by trac to see the new user.
Is this something I'm doing wrong or is there something in the doc's I am missing?
I am running trac as a standalone server also. I think this is the real problem.
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
Priority: | high → highest |
---|---|
Summary: | htpasswd file doesn't reload → passwd files don't reload if trac runs as a standalone server |
comment:2 Changed 18 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is a duplicate of trac:#2714.
The issue is in tracd itself, it has nothing to do with the AccountManagerPlugin. However, with the Trac trunk you can use tracd with the AccountManagerPlugin's login form, which will reread new users from the password file.
Note: See
TracTickets for help on using
tickets.
This is a serious issue for the standalone trac server. The normal functions a real http server doesn't have this problem.
I have to manually reload/restart trac for it to see the new users. I guess trac when run as a standalone must store the files in memory and doesn't see the changes made.