Ed Leafe wrote: > On Jul 12, 2007, at 3:50 AM, Simen Haugen wrote: > >> I seem to have lost my password (again..). >> Is it possible to add a "forgot your password" or something? Or to >> change the password yourself? > > I don't know if Trac offers that. You'll have to wait until Paul > wakes up.
I can install a Trac plugin that offers that and other functionality. For now, Trac authentication goes through the same .htpasswd file that Subversion authentication goes through. When someone asks for commit access, I ssh to my server and issue: htpasswd dabo.htpasswd simen and make up some password and let the developer know. Simen, it appears you've never asked for commit access to Dabo, because your name isn't in the dabo.htpasswd file. So this leads to two things: 1) Would you like Dabo commit access? This would also give you the ability to log in as an authenticated user in Trac. 2) Without commit access/ability to login to Trac, you can still do almost everything in Trac that authenticated users can do, including creating tickets, commenting on existing tickets, and attaching files. Just don't use the login link (but *do* use the Settings link to fill in your real name and email). Let me know what you'd prefer me to do! Paul -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
