On Feb 16, 9:09 am, Radha Krishna Srimanthula <[email protected]> wrote: > Can someone please help me with this? > > -- > Regards, > Radha > > On Sun, Feb 15, 2009 at 9:55 PM, Radha > <[email protected]>wrote: > > > 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.
I haven't done this, but from what I was reading a while back, you can't. I believe you would need to create the htauth file, add the TRAC_ADMIN account, then run the sessionstore_convert.py script. After that, I would think you could delete that file going forward. probably something in this thread here: http://www.mailinglistarchive.com/[email protected]/msg03696.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
