Authentication

This commit is contained in:
epriestley
2011-01-26 13:21:12 -08:00
parent 336a8b3212
commit ccf7df6093
33 changed files with 421 additions and 16 deletions

View File

@@ -103,6 +103,8 @@ class AphrontDefaultApplicationConfiguration
'lists/edit/(?:(?<id>\d+)/)?$'
=> 'PhabricatorMetaMTAMailingListEditController',
),
'/login/' => 'PhabricatorLoginController',
);
}