mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #34] registration without cookies enabled #33
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#33
Loading…
Add table
Add a link
Reference in a new issue
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?
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.
@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.
@ThomasWaldmann commented on GitHub (Nov 1, 2013):
fixed by
3a919c242d