Comment 1 for bug 1154603

Revision history for this message
Chris Johnston (cjohnston) wrote :

To reproduce:

=== modified file 'example_consumer/settings.py'
--- example_consumer/settings.py 2013-03-14 01:03:36 +0000
+++ example_consumer/settings.py 2013-03-14 01:05:35 +0000
@@ -126,7 +126,7 @@
 OPENID_SSO_SERVER_URL = 'https://login.launchpad.net/'

 # Tell django.contrib.auth to use the OpenID signin URLs.
-LOGIN_URL = '/openid/login/'
+LOGIN_URL = '/openid/login'
 LOGIN_REDIRECT_URL = '/'

 # Should django_auth_openid be used to sign into the admin interface?