Bugzilla::User methods for obtaining user ID info

Frédéric Buclin lpsolit at gmail.com
Wed Nov 27 14:10:09 UTC 2013


Le 27. 11. 13 14:47, Gervase Markham a écrit :
> OK. So if a template says:
> 
> <a href="mailto:[% user.email %]">...
> 
> that's wrong? It should be:
> 
> <a href="mailto:[% user.login %]">...

No. mailto: must point to a valid email address. When you click that
link, how do you expect your email client to append emailsuffix itself?
user.email is really what we want as mailto: is used to send emails.

LpSolit




More information about the developers mailing list