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
Web Browser: MS Edge Version 87.0.664.75 (Offizielles Build) (64-Bit)
Local OS: Windows 10 2004
Remote OS: Ubuntu 20.04 LTS
Remote Architecture: x86_64
code-server --version: 3.8.0 c4610f7
I created the hash like the example given in the FAQ page.
I changed password: <password> to hashed-password: <hash>.
But if i type in the password it just is incorrect.
Are there any steps I should to do to determine the problem closer?
The text was updated successfully, but these errors were encountered:
Sorry about this! This is probably because the `echo` in our docs
outputs a newline. It should be `echo -n` or `printf`. We'll be fixing
this soon: #2503
I created the hash like the example given in the FAQ page.
I changed
password: <password>
tohashed-password: <hash>
.But if i type in the password it just is incorrect.
Are there any steps I should to do to determine the problem closer?
The text was updated successfully, but these errors were encountered: