= Redirects users after login based on his groups permission = == Description == This plugin allows trac do redirect a user based on his groups permission. It can be user as the Trac `default_handler`. This way you can redirect different users to different places when they log in. This plugin is hosted on github: http://github.com/daltonmatos/trac-plugins under the folder {{{GroupBasedRedirectionPlugin/}}}. If you find this plugin useful, let me know. =) == Alternative Trac 1.1.2 has added a //Default handler// preference, which take precedence over the `[trac]` `default_handler` setting. See trac:#11597 for details.