Hi, Did you solve the issue? Which platform are you using Linux, Windows or OS X? If you didn't change the default authentication method in the BitNami Track Stack, it is likely that you need to give permission to the new users:
#cd your_installation_directory/apache2/bin #htpasswd -cb “your_installation_directory/apache2/users” user password - Victoria. On Apr 1, 12:23 pm, jevans <[email protected]> wrote: > amit_mitra wrote: > > Hi Team > > > I am new to Trac project. I have installed Trac using Bitnami > > installer. The project is installed and running successfully. I've > > some major configurations problems for team members. > > > During installation , it asked me for creating an administrator > > account. I created a 'tracadmin' user. > > The installer also helped in creating one project during installation. > > > I can login with 'tracadmin' user without issues and can view my > > project. > > > I have also configured Account manager pluging for creating users. > > > But the users created using the AccountMangerPlugin are not able to > > access and login the application. > > > I'm unable to understand the issue and resolve it. > > After creating users, you also need to give them permissions. See the > TracPermissions page. > - jevans -- 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.
