> -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of RjOllos > > -----Original Message----- > On Wednesday, December 16, 2015 at 9:23:21 AM UTC-8, Torge Riedel wrote: > > Hi, > > I'm maintaining a server with several trac instance (~30). Currently > the user must enter the preferences (full name and mail) on its own. Is there > a way or would this be (a small?) nice enhancement to trac to inform the user > by a warning in trac web site that preferences are not complete? > > Regards > Torge > > I'll be working on a similar feature for trac-github plugin (1). The feature > could be implemented as a standalone plugin, or as an enhancement to > AccountManagerPlugin. Are you using AccountManagerPlugin?
I am not using that plugin but have been looking at how to share user data across trac instances... > Side note: do you have any interest in single-sign-on authentications for all > of the sites. I'm considering add this feature to Trac in (2). I effectively do this by having a top-level authentication realm (using httpd) that covers all trac environments (makes the httpd.conf simpler too). I also uses LDAP so can retrieve user names and email addresses into the WSGI environment but am not sure the best way to get hold of them inside Trac (and I guess this is too specific to my setup to be worthy of inclusion in core?) ~ Mark C > - Ryan > > (1) https://github.com/trac-hacks/trac-github/issues/94 > (2) http://trac.edgewall.org/ticket/12257 -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
