On Sep 17, 4:57 pm, "max.vorticity" <[EMAIL PROTECTED]> wrote: > When logged in to a project, mailto: links work fine. When not logged > in, the mailto link is not rendered as a link and gets truncated to > something like "mailto:[EMAIL PROTECTED]" where the trailing "..." is > literally what is displayed, not the true email address. So what is > the correct way to put email links into the Wiki pages so users who > are not logged in get a link for the email address, or at least the > email address rendered?
With 0.11 Trac by default enforces obfuscation of email addresses for anonymous users. You can either: - disable this feature completely in trac.ini - [trac] show_email_addresses = false - grant EMAIL_VIEW to anonymous (or to any other user or group naturally) - or, if you want to keep obfuscation but exclude single emails in documentation for instance, I prefer escaping them in back-quotes like [EMAIL PROTECTED] :::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 -~----------~----~----~----~------~----~------~--~---
