Created
September 25, 2014 07:59
-
-
Save damnit/7f3495befbbc25c42d3f to your computer and use it in GitHub Desktop.
Get mail address from trac session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from trac.web.session import Session | |
| ses = Session(self.env, req) | |
| email = ses.get('email') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment