HTGroup file management plugin for Trac

Description

A simple editor for Apache htgroup files. It allows to add and remove users to multiple groups.

It depends on the WebAdminPlugin and is useful in conjunction with the AccountManagerPlugin and/or HtgroupsPlugin. It can also be used if multiple Tracs on a server are protected by a htgroup file (one file per Trac or one global file for all is supported).

Bugs/Feature Requests

Existing bugs and feature requests for TracHtGroupEditorPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out TracHtGroupEditorPlugin from here using Subversion, or browse the source with Trac.

Example

Editing an Apache htgroup file trough the WebAdminPlugin.

Configuration

Add one of the following sections to trac.ini to manage an Apache htpasswd or htdigest file.

If a specific [htgroup-editor] section exists it will be used to get the file name.

[htgroup-editor]
group_file = /path/to/trac.htgroup

Alternatively, it will also read the group_file option from a [account-manager] section.

Recent Changes

[1949] by cliechti on 02/10/07 15:05:23

TracHtGroupEditorPlugin:

initial import of V1.0

[1948] by cliechti on 02/10/07 14:20:10

New hack TracHtGroupEditorPlugin, created by cliechti

Author/Contributors

Author: cliechti
Contributors:

Attachments