> If I understand it right, Trac keeps a list of users which is based on > who has logged on and registered himself.
True. > but I should add a new user (which stands for a whole team and not a > person and thus there is no login authentication for that user). If there is no authentication for that user, then it will be considered as the "anonymous" user, i.e. will have the same rights as the anonymous user - any user which has access to your Trac service. I'm not sure to understand what to want to achieve, but without authentication, any user that browses your web site will be able to 'create' a user entry in the DB. Same if someone in the team makes a typo when typing the "team" user.... > So my question: is it possible to artificially add a user by directly > adding it to the Trac database? You don't need to tweak the database: from the main page, create or update a ticket or a wiki page, and replace 'anonymous' with the real name of your "team" user: an entry will be added in the database. Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
