We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing a challenge to a CTFd instance with a site password returns a HTTP 401 error.
Edit site_password cookie in .ctf/config
site_password
.ctf/config
[config] url = https://my-instance.ctfd.io access_token = ctfd_mytoken [cookies] site_password = my_site_password [challenges]
Add field site_password
[config] url = https://my-instance.ctfd.io access_token = ctfd_mytoken site_password = my_site_password [challenges]
I forked and am working on the proposed solution
The text was updated successfully, but these errors were encountered:
The cookies section is deliberately separate #111
Sorry, something went wrong.
I think the current solution is acceptable until the config file is entirely restructured.
No branches or pull requests
Installing a challenge to a CTFd instance with a site password returns a HTTP 401 error.
Temporary fix
Edit
site_password
cookie in.ctf/config
Proposed solution
Add field
site_password
I forked and am working on the proposed solution
The text was updated successfully, but these errors were encountered: