Login redirects to index URL #70842
Labels
No Label
legacy project
Infrastructure: Websites
Priority
High
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Resolved
Type
Bug
Type
Design
Type
Report
Type
To Do
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/conference-website#70842
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Logging in brings you back to the index page at https://conference.blender.org/, instead of the page on which you logged in.
To reproduce:
Added subscribers: @dr.sybren, @SemMulder, @fsiddi
We have come across this issue in the past. Do we have a code example/best practice on how to achieve this?
For example, is there guidance on
blender-id-oauth-client
on how this can be implemented?Can this be solved by using the
{% url 'oauth:login' %}
url?I would be very happy if we could standardize this process.
blender-id-oauth-client
should already do the right thing, by using the Referer HTTP header of the request to store the URL in the user's session. And indeed,{% url 'oauth:login' %}
should be used instead of hard-coding/oauth/login
.Changed status from 'Open' to: 'Resolved'
The issue appears to be fixed in
f4d03e9796
.