Opened 16 years ago

Last modified 15 years ago

#3827 closed defect

acct_mgr.web_ui.registrationmodule - RegistrationModule does not appear to get registered correctly — at Version 1

Reported by: anonymous Owned by: John Hampton
Priority: normal Component: AccountManagerPlugin
Severity: normal Keywords: registrationmodule
Cc: Trac Release: 0.11

Description (last modified by John Hampton)

I have the following in my [components] section.

acct_mgr.admin.accountmanageradminpage = enabled
acct_mgr.api.accountmanager = enabled
acct_mgr.db.sessionstore = disabled
acct_mgr.htfile.abstractpasswordfilestore = disabled
acct_mgr.htfile.htdigeststore = disabled
acct_mgr.htfile.htpasswdstore = disabled
acct_mgr.http.httpauthstore = disabled
acct_mgr.notification.accountchangelistener = disabled
acct_mgr.notification.accountchangenotificationadminpanel = disabled
acct_mgr.pwhash.htdigesthashmethod = disabled
acct_mgr.pwhash.htpasswdhashmethod = disabled
acct_mgr.svnserve.svnservepasswordstore = disabled
acct_mgr.web_ui.accountmodule = disabled
acct_mgr.web_ui.emailverificationmodule = disabled
acct_mgr.web_ui.loginmodule = disabled
acct_mgr.web_ui.registrationmodule = enabled

I have reloaded the configuration by way of 'service httpd restart' but still don't see a 'Register' menu option. I have read the documentation and can't tell for sure if use of the registration module requires other modules to be enabled as well.

I was imagining that I the administrator would receive some kind of e-mail with a registration request which he could then either allow or deny.

Any help would be appreciated.

Change History (1)

comment:1 Changed 16 years ago by John Hampton

Description: modified (diff)
Owner: changed from Matt Good to John Hampton

fixed description so that the config is readable

Note: See TracTickets for help on using tickets.