Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-openid-auth
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-openid-auth
Commits
8f12fc67
Commit
8f12fc67
authored
May 12, 2009
by
James Henstridge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update LOGIN_URL setting to add slash to view name.
parent
1dae7cab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.txt
+1
-1
example_consumer/settings.py
+1
-1
No files found.
README.txt
View file @
8f12fc67
...
@@ -49,7 +49,7 @@ single signon systems.
...
@@ -49,7 +49,7 @@ single signon systems.
6. Configure the LOGIN_URL and LOGIN_REDIRECT_URL appropriately for
6. Configure the LOGIN_URL and LOGIN_REDIRECT_URL appropriately for
your site:
your site:
LOGIN_URL = '/openid/login'
LOGIN_URL = '/openid/login
/
'
LOGIN_REDIRECT_URL = '/'
LOGIN_REDIRECT_URL = '/'
This will allow pages that use the standard @login_required
This will allow pages that use the standard @login_required
...
...
example_consumer/settings.py
View file @
8f12fc67
...
@@ -125,5 +125,5 @@ OPENID_UPDATE_DETAILS_FROM_SREG = True
...
@@ -125,5 +125,5 @@ OPENID_UPDATE_DETAILS_FROM_SREG = True
OPENID_SSO_SERVER_URL
=
'https://login.launchpad.net/'
OPENID_SSO_SERVER_URL
=
'https://login.launchpad.net/'
# Tell django.contrib.auth to use the OpenID signin URLs.
# Tell django.contrib.auth to use the OpenID signin URLs.
LOGIN_URL
=
'/openid/login'
LOGIN_URL
=
'/openid/login
/
'
LOGIN_REDIRECT_URL
=
'/'
LOGIN_REDIRECT_URL
=
'/'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment