Changeset 2959f8a


Ignore:
Timestamp:
10/17/11 12:06:59 (19 months ago)
Author:
yomguy <yomguy@…>
Branches:
master, crem, crem2, dev, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
Children:
289a4a3
Parents:
8cae994
git-author:
yomguy <yomguy@…> (10/17/11 12:06:59)
git-committer:
yomguy <yomguy@…> (10/17/11 12:06:59)
Message:

revert ipauth to django.contrib.auth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telemeta/urls.py

    r8cae994 r2959f8a  
    238238 
    239239    # Authentication 
    240     url(r'^login/$', 'ipauth.views.login', {'template_name': 'telemeta/login.html'}, 
     240    url(r'^login/$', 'django.contrib.views.login', {'template_name': 'telemeta/login.html'}, 
    241241        name="telemeta-login"), 
     242    #url(r'^login/$', 'ipauth.views.login', {'template_name': 'telemeta/login.html'}, 
     243    #    name="telemeta-login"), 
    242244    url(r'^logout/$', general_view.logout, name="telemeta-logout"), 
    243245 
Note: See TracChangeset for help on using the changeset viewer.