Search code examples
trac

Managing users in a private TRAC


Are there plugins for trac that enable cookie based authentication instead of http authentication, and allow keeping the site private for unknown users?

We want to allow customers outside the office to log in, add and look at the tickets on their projects, but not the projects for our other clients. Non techie users are always confused by a http login box rather than a form that asks for a username and password.


Solution

  • Taken from its home page:

    The Account Manager plugin offers several features for managing user accounts:

    • allow users to register new accounts
    • login via an HTML form instead of using HTTP authentication
    • allow existing users to change their passwords or delete their accounts