Hello, I'm struggling to configure the AccountManagerPlugin. Seems to have installed okay. I can see its options in the admin settings page. Except the Users page doesn't list an of my existing users. I still get the popup login after disabling it and no login page.
I'm running 0.11 Tracd on Windows W2K. I removed the --auth option and restarted the server. Any suggestions what I may be doing wrong? - jevans Shared trac.ini =========== [components] advancedworkflow.* = enabled trac.web.auth.LoginModule = disabled acct_mgr.api.* = enabled acct_mgr.admin.* = enabled acct_mgr.htfile.HtDigestStore = enabled acct_mgr.web_ui.AccountModule = enabled acct_mgr.web_ui.LoginModule = enabled acct_mgr.web_ui.RegistrationModule = disabled iniadmin.* = enabled tractags.* = enabled tracwysiwyg.* = enabled [account-manager] ; configure the plugin to store passwords in the htdigest format: password_format = htdigest ; the file where user accounts are stored ; the webserver will need write permissions to this file ; and its parent folder password_file = C:\Trac\digest.txt ; the name of the authentication "realm" ; it can be any text to identify your site or project htdigest_realm = Trac Project trac.ini =========== [inherit] file = c:\Trac\trac.ini --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
