On Wednesday 02 May 2007 16:23, Noah Kantrowitz wrote: > Reuben D. Budiardja wrote: ... > > Is there anway for an authenticated user to have this box to put in a > > different email address when creating a ticket ? ... > http://trac-hacks.org/wiki/FakeUsernamePlugin
Cool ! Thanks for the quick reply. I'm still having trouble to make it work though. I followed the direction to install plugins here: http://trac.edgewall.org/wiki/TracPlugins, and enabled it in the trac.ini, and I still see nothing when creating a new ticket. Here's what I did: - Install setuptools $> python ez_setup.py - Created .egg file (I checked out the source for FakeUsernamePlugin from the SVN repo) $> python setup.py bdist_egg Then I copy the file TracFakeUsername-1.0-py2.4.egg to my trac environment: /home/web/mytracproject/plugins, then I enabled the component in /home/web/mytracproject/conf/trac.ini When I tried to create new ticket as authenticated user, I still cannot change my username. I enabled logging in trac and set it to DEBUG, and here's what I see: ----- 2007-05-03 08:06:27,816 Trac[loader] DEBUG: Loading egg plugin fakeusername.filter from /home/web/mytracproject/plugins/TracFakeUsername-1.0-py2.4.egg 2007-05-03 08:06:29,249 Trac[loader] DEBUG: Loading egg plugin fakeusername.filter from /home/web/mytracproject/plugins/TracFakeUsername-1.0-py2.4.egg ------ So it seems that the plugin is loaded. What am I missing ? any help ? Thank you much. RDB -- Reuben D. Budiardja Dept. Physics and Astronomy University of Tennessee, Knoxville, TN --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
