On Thu, Jan 28, 2010 at 9:01 AM, Chris Nelson <[email protected]> wrote:
> Olemis Lang wrote:
>> On Wed, Jan 27, 2010 at 5:01 PM, Robby Findler
>> <[email protected]> wrote:
>>> Hi all: we're using trac as part of PLaneT, PLT Scheme's repository
>>> for code. As part of PLaneT, users have set up their email address
>>> and so I'd like to find a way to have bug reports go to that email
>>> address, without asking them all to set up an email address in their
>>> trac accounts. (I don't mind if the email addresses end up being
>>> separate for PLaneT and for PLaneT's trac installation, but I'd like
>>> to get them all at least initialized properly).
>>>
>>> Any suggestions?
>>>
>>
>> This is a very frequent question. Take a look at [notification]
>> section, especially
>>
>> smtp_default_domain
>>
>> Default host/domain to append to address that do not specify one
>>
>> Probably TracNotification mentions something about that too ...
>
> Olemis, I think you miss the point. It's setting an e-mail address for
> each user that is needed.
>
> We sometimes do:
>
> INSERT INTO session_attribute (sid, authenticated, name, value)
> VALUES ('user', 1, 'email', '[email protected]');
> INSERT INTO session_attribute (sid, authenticated, name, value)
> VALUES ('user', 1, 'name', 'User Name');
>
Looks similar to what's implemented by ActiveDirectoryAuthPlugin [1]_
as suggested in PacoPablo's home [2]_ (oops! sorry pacopablo, I wasn't
invited & got into your house without permission XD ) .
However I am not sure about whether it fits, or since the owner
e-mail should be used instead of the user e-mail . But perhaps if you
test & hack it a little (and share your findings here with us ;o) you
get something like what you need ...
.. [1] ActiveDirectoryAuthPlugin @ TH.org
(http://trac-hacks.org/wiki/ActiveDirectoryAuthPlugin)
.. [2] Casa de Pacopablo : Populating ''Assign To'' Drop Down in Trac
(http://pacopablo.com/blog/pacopablo/blog/set-assign-to-drop-down)
--
Regards,
Olemis.
Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/
Featured article:
--
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.