Hi, I use Trac 0.11.2.1 for my projects. So far, I've been using the .htpasswd mechanism of authentication that is provided by Apache. One of the first things I do after setting up a Trac project on Apache is to create a .htpasswd file with a user, say TracAdmin, and then give that user TRAC_ADMIN rights.
However, didn't quite like the .htpasswd mechanism - since for every user that I needed to add, I had to log into the server and add 'em. And password management was a nightmare. I looked up AccountManagerPlugin, and looked like it made my life easier. Installed it, and then enabled these components: AccountManagerAdminPage, AccountManager, SessionStore, AccountChangeListener, AccountChangeNotificationAdminPanel, HtPasswdHashMethod, AccountModule, EmailVerificationModule, LoginModule, RegistrationModule. I intended to use SessionStore with HtPasswdHashMethod to keep track of my users and their passwords. The AccountManagerPlugin wiki says (here, http://trac-hacks.org/wiki/AccountManagerPlugin#LoginModule) that, to use the Login Module, I need to disable HTTP based authentication provided by Apache. My question: If I were to enable AccountManagerPlugin before creating any users, how do I go about creating the first user with TRAC_ADMIN rights?? Can someone please help? Regards, Radha. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
