On Oct 31, 1:58 pm, Alexandre Rocha <[EMAIL PROTECTED]> wrote: > Hi all, > I see the email addresses appear "cutted" (sorry, I do not speak english) for > not authenticade users in wiki pages > [EMAIL PROTECTED] > When I log in they appear [EMAIL PROTECTED] > So, theres a way to config this in trac.ini or admin page ?
Sure, either permanently enable for all using [trac] show_email_addresses = true [1], or keep it false/disabled and enable email view for specific users/group through permissions instead. There is a new EMAIL_VIEW permission [2]. [1] http://trac.edgewall.org/wiki/TracIni#trac-section [2] http://trac.edgewall.org/wiki/TracPermissions#Others :::simon https://www.coderesort.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
