Yes, the email address and the user name are stored in the database, in the session_attribute table:
sid : <apache login> name : 'email' value : <email address> sid : <apache login> name : 'name' value : <user name> Note that it is usually a bad idea to access the DB directly : the schema can change over time, there may be cross references, etc. I do not know this part of the DB, but you probably need to update both the session table and the session_attribute tables. I hope that once we have the user directory interface implemented, it will be easier to manage this kind of data. HTH, Manu On 7/20/06, Jason Harrison <[EMAIL PROTECTED]> wrote:
When I add a user to our htpasswd2 file for access to our website including Trac, I'd like to also configure their email address for ticket notification. I'd like to avoid having to log in as them and set up their account via the Trac web settings page (because this means I have to log out, close my browser, start my browser, log in as them, etc). Is this data stored in the trac database? Or in a different file?
-- Manu _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
