#3036 closed enhancement (fixed)
add option --no-auth to make form auth to work
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | 0.10 |
Component: | web frontend/tracd | Version: | 0.9.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Now it's impossible to use a form based authentication plugin such as http://trac-hacks.org/wiki/AccountManagerPlugin because tracd handle /login request.
May be we can add an option to tracd ("—no-auth"?) to let a plugin doing the auth.
Attachments (1)
Change History (4)
comment:1 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in [3158]. Simply omit the --auth
or --basic-auth
option.
comment:3 by , 18 years ago
Since this isn't in the last released Trac (0.9.6) I made a quick hack to my own copy that seems to work well enough for me though hasn't really been tested. The extremely simple patch is attached for anybody who might be interested prior to 0.10 or 0.9.7.
by , 18 years ago
Attachment: | disable_tracd_login_hack.patch added |
---|
Patch to disable TracD auth so that the AccountManager login form works.
I suppose we could also only perform HTTP authentication if the
auth
option has been provided.