On Wed, May 20, 2015 at 6:00 AM, Mo <[email protected]> wrote:
> > Am Mittwoch, 20. Mai 2015 14:00:36 UTC+2 schrieb Jun Omae: >> >> >> I just confirm with Trac 1.0.5 and accountmanagerplugin trunk on new >> virtualenv. >> The panel exists. >> >> 1. Visit /admin >> 2. Click Accounts / Users link in side bar >> 3. Click username link in accounts list (See attached accounts-list.png) >> 4. Click "Change User ID" tab (See attached change-uid.png) >> > > Thank you very much. > But I'm sorry, this Change User ID tab does not exist here. > > I even updated to trac 1.0.5 now. I got the AccountManagerPlugin like this: > > svn co http://trac-hacks.org/svn/accountmanagerplugin/ > cd accountmanagerplugin/trunk/ > python setup.py bdist_egg > cp dist/TracAccountManager-0.5dev_r0-py2.7.egg ~/projects/trac/plugins > rc-service uwsgi restart > I can see only two possibilities: - the plugin you think is loading is not the plugin being loaded in your environment: check the version on your plugin admins panel. - the necessary components are not enabled in your environment: you'll need "acct_mgr.model.* = enabled". However, I'm not even sure that the latter would prevent the //Change User ID// tab from being visible. The tab does exist. There is something wrong or misconfigured in your environment. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
