[GH-ISSUE #34] registration without cookies enabled #33

Closed
opened 2026-02-26 09:35:04 +03:00 by kerem · 2 comments
Owner

Originally created by @ThomasWaldmann on GitHub (Oct 22, 2013).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/34

ThomasWaldmann wrote:
this is what you get:
"""
Forbidden (403)

CSRF verification failed. Request aborted.

More information is available with DEBUG=True.
"""

We should warn the user early that it won't work without cookies.

Originally created by @ThomasWaldmann on GitHub (Oct 22, 2013). Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/34 ThomasWaldmann wrote: this is what you get: """ Forbidden (403) CSRF verification failed. Request aborted. More information is available with DEBUG=True. """ We should warn the user early that it won't work without cookies.
kerem 2026-02-26 09:35:04 +03:00
Author
Owner

@ThomasWaldmann commented on GitHub (Oct 22, 2013):

ThomasWaldmann wrote:
Looks like CSRF_FAILURE_VIEW can be used to improve this.

Should be done as it does obviously not only happen for malicious requests.

The new view should point out that either a CSRF request happened and was rejected or that cookies are disabled and should be enabled to use the site.

<!-- gh-comment-id:26768395 --> @ThomasWaldmann commented on GitHub (Oct 22, 2013): ThomasWaldmann wrote: Looks like CSRF_FAILURE_VIEW can be used to improve this. Should be done as it does obviously not only happen for malicious requests. The new view should point out that either a CSRF request happened and was rejected or that cookies are disabled and should be enabled to use the site.
Author
Owner

@ThomasWaldmann commented on GitHub (Nov 1, 2013):

fixed by 3a919c242d

<!-- gh-comment-id:27539450 --> @ThomasWaldmann commented on GitHub (Nov 1, 2013): fixed by 3a919c242dba0aadfc99fe07dae68b92df387b64
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#33
No description provided.