> All, > > I created a new instance of trac using the trad-admin tool. After that I > created a user with htdigest and put the file in the proper place. After > that I gave this user the TRAC_ADMIN permission. I dropped the file > TracWebAdmin-0.1.1dev_r2765-py2.4.egg in the plugin directory of the > instance I created. (So I removed the .zip extension) After all this I > logged in with the created user and did not see the additional admin tab > for the user. > > What am I doing wrong here? >
I think you also need to enable web admin in /path/to/trac/conf/trac.ini Mine has this section: [components] webadmin.* = enabled _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
