otherwise you might check the source code: http://trac-hacks.org/browser/accountmanagerplugin/0.11/acct_mgr/web_ui.py#L347 http://trac-hacks.org/browser/accountmanagerplugin/0.11/acct_mgr/web_ui.py#L223 http://trac-hacks.org/browser/accountmanagerplugin/0.11/acct_mgr/api.py#L198
which boils down to: * your store must allow to set passwords. * it might be, that you have to enable smtp as well so that it can send you a password. On 17 Apr., 23:53, Sean <[email protected]> wrote: > Hello, > I have installed the AccountManagerPlugin.http://trac-hacks.org/wiki/ > AccountManagerPlugin#Description > > Most modules work properly but I cannot a self-registration link to > appear. I have enabled the package acct_mgr.web_ui, here is an > excerpt of trac.ini, which looks correct: > > <snip> > [components] > acct_mgr.web_ui.RegistrationModule = enabled > > [components] > 18 acct_mgr.admin.accountmanageradminpage = enabled > 19 acct_mgr.api.accountmanager = enabled > 20 acct_mgr.htfile.htpasswdstore = enabled > 21 acct_mgr.web_ui.accountmodule = enabled > 22 acct_mgr.web_ui.emailverificationmodule = disabled > 23 acct_mgr.web_ui.loginmodule = enabled > 24 acct_mgr.web_ui.registrationmodule = enabled > </snip> > > My site is here:http://waterloo.openmethodology.org/trac/omcollab/ > > Does anyone have an idea what the issue may be? Thanks > Sean --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
