Encrypted Passwords #7233
Answered
by
code-asher
tonybourke
asked this question in
Q&A
-
I'm not wild about the password being in plain text in the Another thought is to run it through Nginx and try doing a PAM authentication module (code-server is running on AlmaLinux). Has anyone had any luck with that? |
Beta Was this translation helpful? Give feedback.
Answered by
code-asher
Mar 6, 2025
Replies: 2 comments 4 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
tonybourke
-
Awesome, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
hashed_password
instead ofpassword
.