Opened 9 years ago

Last modified 9 years ago

#12163 closed defect

acct_mgr-0.4.4: Corrupting .ini — at Initial Version

Reported by: massimo.b@… Owned by: Steffen Hoffmann
Priority: normal Component: AccountManagerPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.11

Description

I tried both versions, 0.4.4 and 0.4.2 with trac-1.0.3 and python 2.7.9-r1 on Gentoo-Linux.

After installing the plugin the procject .ini file gets corrupted to:

# -*- coding: utf-8 -*-

[account-manager] login_attempt_max_count = 0

[components] trac.web.auth.loginmodule = disabled

I tried with and without configuration of the [account-manager]. I'm running tracd standalone behind a forwarding Nginx:

/usr/bin/python2.7 /usr/bin/tracd -p 8000 --auth=project,/mnt/data/trac/htpasswd/users.htdigest,project_test /mnt/data/trac/project

After selecting the Trac project on the homepage the .ini file is shrinked to the 4 lines and the project is not usable anymore.

Change History (0)

Note: See TracTickets for help on using tickets.