Modify ↓
Opened 19 years ago
Closed 18 years ago
#2478 closed defect (fixed)
authz_module_name not read from default trac.imi
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | low | Milestone: | 0.10 |
Component: | version control | Version: | 0.9.2 |
Severity: | trivial | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I do not know if this behaviour is on purpose. However changing svn_authz.py :
module_name = env.config.get('trac','authz_module_name','')
into
module_name = env.config.get('trac','authz_module_name')
solved the issue for me.
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
Milestone: | → 0.10 |
---|---|
Status: | new → assigned |
comment:2 by , 18 years ago
Priority: | normal → low |
---|---|
Resolution: | → fixed |
Severity: | normal → trivial |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for the patch, applied in [3498].