Opened 15 years ago
Closed 14 years ago
#6210 closed defect (worksforme)
no "Account" tab appearing
Reported by: | Dave Morgan | Owned by: | Matt Good |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | major | Keywords: | configuration documentation |
Cc: | John Hampton | Trac Release: | 0.11 |
Description
Followed the setup instructions - yet dont get a "account" tab appear in preferences.
Tried disabling other modules incase there was any conflict, but it doesnt appear to make any difference. Instance is Trac 0.11.5
"Components" setting from ini file below: [components] acct_mgr = enabled acct_mgr.admin.accountmanageradminpage = disabled acct_mgr.api = enabled acct_mgr.api.accountmanager = enabled acct_mgr.htfile.abstractpasswordfilestore = enabled acct_mgr.htfile.htpasswdstore = enabled acct_mgr.web_ui.accountmodule = enabled acct_mgr.web_ui.emailverificationmodule = disabled acct_mgr.web_ui.loginmodule = disabled acct_mgr.web_ui.registrationmodule = disabled advancedworkflow.* = enabled blackmagic.* = enabled condfields.* = disabled customfieldadmin.* = enabled datefield.* = enabled estimationtools.* = enabled mastertickets.api.masterticketssystem = enabled mastertickets.web_ui.masterticketsmodule = enabled ticketcreationstatus.* = enabled ticketdelete.* = enabled ticketvalidator.* = enabled trac.versioncontrol.web_ui.browser.wikipropertyrenderer = enabled trac.versioncontrol.web_ui.changeset.changesetmodule = disabled trac.versioncontrol.web_ui.changeset.defaultpropertydiffrenderer = enabled trac.versioncontrol.web_ui.log.logmodule = enabled trac.versioncontrol.web_ui.main.versioncontrolui = enabled tracusermanager = enabled tracusermanager.account.admin_um.accountusermanagerpanel = enabled tracusermanager.admin.usermanagementadminpage = enabled tracusermanager.api.cachedsessionattributeprovider = enabled tracusermanager.api.environmentfixknownusers = enabled tracusermanager.api.sessionattributeprovider = enabled tracusermanager.api.sessionuserstore = enabled tracusermanager.api.usermanager = enabled tracusermanager.permissions.admin_um.permissionusermanagerpanel = enabled tracusermanager.profile.admin.userprofilefieldsadminpage = enabled tracusermanager.profile.admin_um.userprofileusermanagerpanel = enabled tracusermanager.profile.api.userprofilemanager = enabled tracusermanager.profile.macros.defaultuserprofileslistcellcontributor = enabled tracusermanager.profile.macros.teamrostermacro = enabled tracusermanager.profile.macros.userprofileslistmacro = enabled tracusermanager.profile.prefs.userprofilemodule = enabled typedworkflow.* = enabled
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
Severity: | minor → major |
---|
comment:2 Changed 15 years ago by
Update... I set the correct settings in the trac.ini. Namely : password_file = /var/lib/trac/.htpasswd password_store = HtPasswdStore
And it worked. Note, I also deleted the password_format setting. I guess you might want to make sure you have the right permissions on that file too.
So my settings are : [account-manager] account_changes_notify_addresses = authentication_url = force_passwd_change = true hash_method = HtPasswdHashMethod htdigest_realm = notify_actions = new,change password_file = /var/lib/trac/.htpasswd password_store = HtPasswdStore
[components] 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 = enabled acct_mgr.http.httpauthstore = disabled acct_mgr.notification.accountchangelistener = disabled acct_mgr.notification.accountchangenotificationadminpanel = disabled acct_mgr.pwhash.htdigesthashmethod = disabled acct_mgr.pwhash.htpasswdhashmethod = enabled acct_mgr.svnserve.svnservepasswordstore = disabled acct_mgr.web_ui.accountmodule = enabled acct_mgr.web_ui.emailverificationmodule = disabled acct_mgr.web_ui.loginmodule = disabled acct_mgr.web_ui.registrationmodule = disabled
comment:3 Changed 14 years ago by
Cc: | John Hampton added; anonymous removed |
---|---|
Keywords: | configuration documentation added |
Resolution: | → worksforme |
Status: | new → closed |
This is already resolved for eight months now, right? :-)
Same here ...