Show More
@@ -592,27 +592,6 b' def make_map(config):' | |||||
592 | conditions={'function': check_repo}, |
|
592 | conditions={'function': check_repo}, | |
593 | requirements=URL_NAME_REQUIREMENTS) |
|
593 | requirements=URL_NAME_REQUIREMENTS) | |
594 |
|
594 | |||
595 | # LOGIN/LOGOUT/REGISTER/SIGN IN |
|
|||
596 | rmap.connect('login_home', '%s/login' % (ADMIN_PREFIX,), controller='login', |
|
|||
597 | action='index') |
|
|||
598 |
|
||||
599 | rmap.connect('logout_home', '%s/logout' % (ADMIN_PREFIX,), controller='login', |
|
|||
600 | action='logout', conditions={'method': ['POST']}) |
|
|||
601 |
|
||||
602 | rmap.connect('register', '%s/register' % (ADMIN_PREFIX,), controller='login', |
|
|||
603 | action='register') |
|
|||
604 |
|
||||
605 | rmap.connect('reset_password', '%s/password_reset' % (ADMIN_PREFIX,), |
|
|||
606 | controller='login', action='password_reset') |
|
|||
607 |
|
||||
608 | rmap.connect('reset_password_confirmation', |
|
|||
609 | '%s/password_reset_confirmation' % (ADMIN_PREFIX,), |
|
|||
610 | controller='login', action='password_reset_confirmation') |
|
|||
611 |
|
||||
612 | rmap.connect('social_auth', |
|
|||
613 | '%s/social_auth/{provider_name}' % (ADMIN_PREFIX,), |
|
|||
614 | controller='login', action='social_auth') |
|
|||
615 |
|
||||
616 | # FEEDS |
|
595 | # FEEDS | |
617 | rmap.connect('rss_feed_home', '/{repo_name}/feed/rss', |
|
596 | rmap.connect('rss_feed_home', '/{repo_name}/feed/rss', | |
618 | controller='feed', action='rss', |
|
597 | controller='feed', action='rss', |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now