On Jun 30, 2008, at 4:32 AM, Jani Tiainen wrote:
> > As I promised, I've given some thoughts about this user system and I > have some visions how it could work. Note that this is now written > based > on external experience without looking how Trac internals now work. > > First at all, user handling would be divided to three different > modules > by functionality: > > 'authentication', 'authorization' and 'profile'. So your idea of a "profile" already exists in the guise of session variables. This isn't the problem. There are two major issues with the current user/session system. 1) We have no good way to enumerate valid users. 2) It isn't possible to pull session keys from anywhere other than the database. Both are relatively minor fixes, just need to get around to doing it. --Noah --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
