Opened 10 months ago

Closed 10 months ago

Last modified 10 months ago

#34801 closed Uncategorized (invalid)

Django project redirects for a user assigned in a group, it redirects to the url which is not present in the group assigned django app

Reported by: BHAVESH PATEL Owned by: nobody
Component: HTTP handling Version: 3.0
Severity: Normal Keywords: URL, authentication, login, redirects, group
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

1) I have a group created for particular users which need to be redirected to a particular url,

I have specified the url for the same in my authentication app view function.

2) Although while the user assigned into that particular group tries to login it redirects to a url of

another app view function.

Change History (4)

comment:1 by David Sanders, 10 months ago

Resolution: invalid
Status: newclosed

Hi there,

I'm not entirely sure what issue this is reporting 🤷‍♂️ Please use one of the Django support channels where a member of our friendly community will be able to assist you: https://www.djangoproject.com/community/ 😊 After seeking assistance it is determined that there is indeed an issue with Django, feel free to reopen this ticket and update the description.

Thanks!

comment:2 by BHAVESH PATEL, 10 months ago

Resolution: invalid
Status: closednew

comment:3 by David Sanders, 10 months ago

Resolution: invalid
Status: newclosed

comment:4 by David Sanders, 10 months ago

Bhavesh please don't reopen the ticket unless more information is provided detailing that there is an issue with Django.

Note: See TracTickets for help on using tickets.
Back to Top