--- trunk/lib/SQLSession/Dispatcher.pm 2007/02/16 23:40:21 102 +++ trunk/lib/SQLSession/Dispatcher.pm 2007/04/01 12:52:28 108 @@ -29,6 +29,7 @@ } else { $top->child( 'Login' => url => '/login' ); $top->child( 'Signup' => url => '/signup' ); + $top->child( 'Password reminder' => url => '/passwordreminder' ); } if ( Jifty->web->current_user->role( 'admin' ) ) { @@ -70,9 +71,7 @@ show '/sql'; }; -on '/' => run { - redirect '/list'; -}; +on '/' => redirect '/list'; on qr{^/feed/(atom|rss|rss2)}, run { my $type = 'RSS';