Modify ↓
Opened 16 years ago
Closed 16 years ago
#3395 closed defect (duplicate)
login is not possible via webform, only via apache conf
Reported by: | Owned by: | Matt Good | |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I'm using !0.10.3 and AccountManager 0.1.3dev-r3857 and TracWebAdmin 0.1.2dev-r5911 and am using htpasswd file authentication.
i've had it running but now i messed sth. up it seems, so i uninstalled all plugins and reinstalled all again.
I've followed every step that is described on the AccountManagerPlugin page, but i'm getting a 500 server error when i try to login.
only when i setup my apache.conf (sites-enabled) like:
<Location "/project/trac/login"> ## disable remaining items for simple webbasedlogin AuthType Basic AuthName "Project Trac" AuthUserFile "/var/project/passwd" Require valid-user </location>
i can login, and change my settings etc. (except new users: i cannot add users) so i'm stuck with the old browser based auth which is ok for now, but no new users is a critical thing to me.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
sorry, but the system seems to not allow to add attachments to tickets, at least for me. It always detects spam in my ticket text (too many external links, although none or one was used)
so i'm closing this as double.