mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:30:36 -05:00
[GH-ISSUE #353] Cannot use " in password during setup
#6205
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RitwickVerma on GitHub (Mar 17, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/353
Hi, I get the following error which I believe originates from having double quotes char in password string during setup
@oschwartz10612 commented on GitHub (Mar 17, 2025):
Hi thanks for opening this issue!
Unfortunately this is simply how Yaml works. You can not have double quotes surrounded by double quotes because the quotes in the middle will end the string and mess up the formatting. You could try wrapping the password in single quotes, but I would not recommend having quotes in passwords.
@oschwartz10612 commented on GitHub (Mar 17, 2025):
I am going to close this issue but feel free to reopen if discussion is needed!