Opened 18 years ago
Closed 18 years ago
#564 closed defect (wontfix)
Login Page does not show up
Reported by: | Owned by: | Matt Good | |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
Installed the egg, registration works fine. However, logging in is still HTTP auth based, not form based
Attachments (0)
Change History (4)
comment:1 Changed 18 years ago by
Keywords: | needinfo added |
---|
comment:2 Changed 18 years ago by
Well, I did disable the standard login module and enabled the forms login module according to instructions, but still nothing. Anything else I can check for you? (I.e. do you need trac.ini, system info, etc?)
comment:3 Changed 18 years ago by
Here's the current components section of trac.ini:
[components] trac.web.auth.LoginModule = disabled webadmin.* = enabled acct_mgr.* = enabled
I still need to specify the --auth parameter when I start tracd to get *any* kind of authentication going. If I read other bug reports correctly, this shouldn't be the case?
comment:4 Changed 18 years ago by
Keywords: | needinfo removed |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
You can't use the login form with tracd on Trac 0.9. It is impossible for this plugin to override the login mechanism in this version of tracd. In order to use the login form you will need to switch to a server other than tracd, or upgrade to the Trac trunk/0.10 version.
By default form based logins are disabled. You must specficially enable them, and disable the builtin login module. You would probably also want to disable HTTP authentication on your server unless you want to enter your password twice.