Changeset 9879d18 for asadb/urls.py


Ignore:
Timestamp:
Aug 11, 2011, 1:31:05 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
384677e
Parents:
9f9aa21
git-author:
Alex Dehnert <adehnert@…> (08/11/11 01:30:47)
git-committer:
Alex Dehnert <adehnert@…> (08/11/11 01:31:05)
Message:

Allow logging in with a password to the DB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/urls.py

    rad5f090 r9879d18  
    5757    # Uncomment the next line to enable the admin:
    5858    (r'^admin/', include(admin.site.urls)),
     59    url(r'^accounts/login/password/', 'django.contrib.auth.views.login', name='login-password', ),
    5960    url(r'^accounts/login/',  'mit.scripts_login',  name='login', ),
    6061    url(r'^accounts/logout/', logout, name='logout', ),
Note: See TracChangeset for help on using the changeset viewer.