Noah Kantrowitz wrote:
> 
> 
>> -----Original Message-----
>> From: [email protected] [mailto:[EMAIL PROTECTED]
>> On Behalf Of Andrea Tomasini
>> Sent: Wednesday, September 17, 2008 10:54 AM
>> To: [email protected]
>> Subject: [Trac] Re: Register Link in Trac 0.11
>>
>>
>>
>> On 17 Sep, 2008, at 19:10 , Bruce wrote:
>>
>>> I recently upgraded to Trac version 0.11, but now I have lost the
>>> "Register" link.  I can still register a user manually via htpasswd,
>>> but how to I allow self registration now?
>> I think what you are looking for is the AccountManager plugin, that
>> one is offering user administration and registration from the WebAdmin
>> interface. AFAIK Trac doesn't provide such features out of the box :-)
> 
> Specifically you probably didn't upgrade AccountManager when you moved to
> 0.11. Check for upgrades of any plugin you use.

Actually, I had removed AccountManager because I didn't think it was needed.
Now I can't seem to get it to work:

$ sudo easy_install http://trac-hacks.org/svn/accountmanagerplugin/trunk
/usr/lib/python2.4/site-packages/setuptools-0.6c8-py2.4.egg/setuptools/command/easy_install.py:1386:
 
UserWarning: Unbuilt egg for accountmanagerplugin [unknown version] 
(/usr/lib/python2.4/site-packages/accountmanagerplugin.egg)
   Environment.add(self,dist)
/usr/lib/python2.4/site-packages/setuptools-0.6c8-py2.4.egg/setuptools/package_index.py:155:
 
UserWarning: Unbuilt egg for accountmanagerplugin [unknown version] 
(/usr/lib/python2.4/site-packages/accountmanagerplugin.egg)
   Environment.__init__(self,*args,**kw)
/usr/lib/python2.4/site-packages/setuptools-0.6c8-py2.4.egg/setuptools/command/easy_install.py:173:
 
UserWarning: Unbuilt egg for accountmanagerplugin [unknown version] 
(/usr/lib/python2.4/site-packages/accountmanagerplugin.egg)
   self.local_index = Environment(self.shadow_path+sys.path)
Downloading http://trac-hacks.org/svn/accountmanagerplugin/trunk
Doing subversion checkout from 
http://trac-hacks.org/svn/accountmanagerplugin/trunk to 
/tmp/easy_install-qprCth/trunk
Processing trunk
Running setup.py -q bdist_egg --dist-dir 
/tmp/easy_install-qprCth/trunk/egg-dist-tmp-_MQt5y
Adding TracAccountManager 0.2.1dev-r3857 to easy-install.pth file

Installed 
/usr/lib/python2.4/site-packages/TracAccountManager-0.2.1dev_r3857-py2.4.egg
Processing dependencies for TracAccountManager==0.2.1dev-r3857
Finished processing dependencies for TracAccountManager==0.2.1dev-r3857

------------

It seems to have installed:

ls -ld /usr/lib/python2.4/site-packages/*

drwxr-xr-x 4 root root  4096 Aug  1 17:44 
/usr/lib/python2.4/site-packages/Genshi-0.5.1-py2.4-linux-x86_64.egg

drwxr-xr-x 4 root root  4096 Aug  1 16:30 
/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg

-rw-r--r-- 1 root root 56562 Sep 17 13:45 
/usr/lib/python2.4/site-packages/TracAccountManager-0.2.1dev_r3857-py2.4.egg

drwxr-xr-x 3 root root  4096 Sep 17 13:18 
/usr/lib/python2.4/site-packages/accountmanagerplugin.egg

--------------

I added the following to trac.ini

[components]
acct_mgr.web_ui.RegistrationModule = enabled
acct_mgr.web_ui.AccountModule = enabled

But when I go to the Admin -> Plugins page, all I get is Trac 0.11 and the 
desired functionality is not there.

What am I missing?

   -- Bruce


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to