-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Document cookie, PASSWORD and HASHED_PASSWORD environment variables #4691
New issue
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
Comments
Same problem here with the only difference that we use the B.t.w., I searched the docs and neither the environment variables |
Oh, looks like the authentication cookie was renamed (again) in #4548 to |
I checked as well and don't see them. Very strange. I thought we had docs on this but I guess not. Thanks for raising this!
Ah, I forgot that happened. Yes, you shouldn't have to go digging to find this. Thank you for testing! Where would you expect to find this information in the docs? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. |
Steps to Reproduce
echo -n "thisismypassword" | npx argon2-cli -e
HASHED_PASSWORD="<hash>" code-server
Expected
It should work
Actual
Incorrect password
Reported here #4684
The text was updated successfully, but these errors were encountered: