You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Definitely strange. If you check the browser dev tools and look at the network request body, do you see that the password you expect is being sent to the backend? Also, do you see messages on the code-server side about the password being rejected? You should see failed login attempt.
Maybe it is somehow not reading the right config.yaml although I am not sure how that would happen. Do other settings there work, like changing the log level or changing welcome-text (it will show on the login page)? One idea is to try passing --config to make sure it is definitely using the right file.
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.22.1Steps to Reproduce
"supersecret^"
in~/.config/code-server/config.yaml
sudo systemctl restart code-server@$USER
supersecret^
.Expected
The password is expected to be correct.
Actual
The password is incorrect.
Logs
No response
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
This cannot be tested in native VS Code
Does this bug reproduce in GitHub Codespaces?
This cannot be tested in GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
If this is not a bug, it would be nice to make the password requirements explicitly indicated in the docs.
The text was updated successfully, but these errors were encountered: