Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#142 closed defect (worksforme)

Installations fails - nothing happens

Reported by: Markus Tacker Owned by: Matt Good
Priority: normal Component: AccountManagerPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description

So, I installed TracAccountManager via python setup.py install (see below), and added

[components]
acct_mgr.* = enable

to my trac.ini but the Register link doesn't show up.

My trac version is dev/trunk.

What am I doing wrong?

# python setup.py install
running install
running bdist_egg
running egg_info
writing TracAccountManager.egg-info/PKG-INFO
writing top-level names to TracAccountManager.egg-info/top_level.txt
writing manifest file 'TracAccountManager.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-i686/egg
running install_lib
running build_py
creating build/bdist.linux-i686/egg
creating build/bdist.linux-i686/egg/acct_mgr
copying build/lib/acct_mgr/web_ui.py -> build/bdist.linux-i686/egg/acct_mgr
copying build/lib/acct_mgr/api.py -> build/bdist.linux-i686/egg/acct_mgr
copying build/lib/acct_mgr/htfile.py -> build/bdist.linux-i686/egg/acct_mgr
copying build/lib/acct_mgr/__init__.py -> build/bdist.linux-i686/egg/acct_mgr
copying build/lib/acct_mgr/md5crypt.py -> build/bdist.linux-i686/egg/acct_mgr
creating build/bdist.linux-i686/egg/acct_mgr/templates
copying build/lib/acct_mgr/templates/account.cs -> build/bdist.linux-i686/egg/acct_mgr/templates
copying build/lib/acct_mgr/templates/register.cs -> build/bdist.linux-i686/egg/acct_mgr/templates
copying build/lib/acct_mgr/templates/login.cs -> build/bdist.linux-i686/egg/acct_mgr/templates
byte-compiling build/bdist.linux-i686/egg/acct_mgr/web_ui.py to web_ui.pyc
byte-compiling build/bdist.linux-i686/egg/acct_mgr/api.py to api.pyc
byte-compiling build/bdist.linux-i686/egg/acct_mgr/htfile.py to htfile.pyc
byte-compiling build/bdist.linux-i686/egg/acct_mgr/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-i686/egg/acct_mgr/md5crypt.py to md5crypt.pyc
creating build/bdist.linux-i686/egg/EGG-INFO
copying TracAccountManager.egg-info/PKG-INFO -> build/bdist.linux-i686/egg/EGG-INFO
copying TracAccountManager.egg-info/trac_plugin.txt -> build/bdist.linux-i686/egg/EGG-INFO
copying TracAccountManager.egg-info/zip-safe -> build/bdist.linux-i686/egg/EGG-INFO
copying TracAccountManager.egg-info/top_level.txt -> build/bdist.linux-i686/egg/EGG-INFO
copying TracAccountManager.egg-info/SOURCES.txt -> build/bdist.linux-i686/egg/EGG-INFO
creating 'dist/TracAccountManager-0.1.2-py2.4.egg' and adding 'build/bdist.linux-i686/egg' to it
removing 'build/bdist.linux-i686/egg' (and everything under it)
Processing TracAccountManager-0.1.2-py2.4.egg
Removing /usr/lib/python2.4/site-packages/TracAccountManager-0.1.2-py2.4.egg
Copying TracAccountManager-0.1.2-py2.4.egg to /usr/lib/python2.4/site-packages
TracAccountManager 0.1.2 is already the active version in easy-install.pth

Installed /usr/lib/python2.4/site-packages/TracAccountManager-0.1.2-py2.4.egg
Processing dependencies for TracAccountManager==0.1.2

Attachments (0)

Change History (3)

comment:1 Changed 18 years ago by Noah Kantrowitz

Resolution: fixed
Status: newclosed

You must configure a password store before it will do anything.

comment:2 Changed 18 years ago by Markus Tacker

Resolution: fixed
Status: closedreopened

I have:

[account-manager]
password_format = htpasswd
password_file = /var/svn/conf/svnusers

The password_file exists and apache can write to it.

comment:3 Changed 18 years ago by Markus Tacker

Resolution: worksforme
Status: reopenedclosed

Typo on my side. It mus read enabled

[components]
acct_mgr.* = enabled

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matt Good.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.