authentication - No admin button in Trac -



authentication - No admin button in Trac -

i've installed trac .10.5, configured trac.htpasswd file, , able log in , view/create tickets.

the problem unable administer ticket components such versions appear in drop list on new ticket.

from command line, issued next command:

trac-admin /foo/bar/trac/ permission add together myusername trac_admin

user "myusername" listed in /foo/bar/trac/conf/trac.htpasswd, , able log in account.

is there step i'm missing in order access scheme configuration area? (for instance, setting version numbers)

edit: discovered version .10.* , below not have web admin capabilities installed default. http://trac.edgewall.org/wiki/webadmin

i downloaded plugin source:

svn export http://svn.edgewall.com/repos/trac/plugins/0.10/webadmin/

then ran setup.py, generated dist/tracwebadmin-0.1.2dev-py2.6.egg file.

i issued

easy_install tracwebadmin-0.1.2dev-py2.6.egg.

here's output:

processing tracwebadmin-0.1.2dev-py2.6.egg removing '/usr/lib/python2.6/site-packages/tracwebadmin-0.1.2dev-py2.6.egg' (and under it) creating /usr/lib/python2.6/site-packages/tracwebadmin-0.1.2dev-py2.6.egg extracting tracwebadmin-0.1.2dev-py2.6.egg /usr/lib/python2.6/site-packages tracwebadmin 0.1.2dev active version in easy-install.pth installed /usr/lib/python2.6/site-packages/tracwebadmin-0.1.2dev-py2.6.egg processing dependencies tracwebadmin==0.1.2dev finished processing dependencies tracwebadmin==0.1.2dev

my trac/conf/trac.ini file has section:

[components] webadmin.* = enabled

i restarted httpd server (trac uses apache), , still have no admin button.

help appreciated.

you're bit hastily seeking advice. quoting recent replies trac-users mailing-list here:

this permission issue , go on more recent trac environment. trac-admin permission add together trac_admin

to grant total permission admin user account, usable administration tasks. known elsewhere, should create less privileged business relationship regular work utilize trac.

but please note: because you've got python2.6, go trac-1.0, don't dare utilize before current stable version new project, really. trac-0.10 has been abandoned long ago , 0.11 unchanged since 2010 too.

you'll have no luck on issue may encounter, , miss truck-load of great features have been introduced. trac 0.11 had major api changes in many respects, 0.12 went total i18n support, if care that, , 1.0 on edge, supporting new db access api retaining compatibility code not-yet-updated plugins (quite lot honest).

authentication admin trac

Comments

Popular posts from this blog

design - Custom Styling Qt Quick Controls -