On 07/12/2007, aldana <[EMAIL PROTECTED]> wrote: > > > hi, > > i read that resetting password is simply deleting entry in > <httpdigest>.store in project directory and then adding user again. > has this no site effects to ticket entry consistency (like owner not > existing anymore)? or is it enough to just create a new user with same > username? > > is there another way to reset passwords, for instance through web- > console, clicking on user in admin panel and doing settings? something > like in Components settings where i can reset name and owner. >
You don't need to delete the user from the httpdigest store. Using the htdigest command in apache you can change the password. http://httpd.apache.org/docs/2.0/programs/htdigest.html Also, if the user has entered their email address into their preferences, they can use the "forgot your password?" link that appears at the top right of trac when you aren't logged in. Hope this helps Stephen -- Stephen Moretti Blog : http://nil.checksite.co.uk/ Twitter : http://twitter.com/mr_nil --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
