= Redirects users after login based on his groups permission = {{{#!box warning Trac 1.1.2 has added a //Default handler// preference, which take precedence over the `[trac]` `default_handler` setting. Group-based redirection can be achieved by setting the default handler for each user in the group. See trac:#11597 for details. }}} == 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.