[GH-ISSUE #60] Special characters in password field #56

Closed
opened 2026-02-26 17:44:11 +03:00 by kerem · 1 comment
Owner

Originally created by @benbelo on GitHub (Apr 28, 2022).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-autosnap/issues/60

Hi,
how can I escape special characters in the password, doubles and single quotes does not work.

Please mind that it is purely purely a scripting problem.
With another password, the program runs fine.

example :
cv4pve-autosnap --host=X.X.X.X --username=root@pam --password=This<Is<My<Password --vmid=253 snap --label=daily --keep=2

Expected behavior

Fix the cv4pve script to accept special characters in the password variable.

Originally created by @benbelo on GitHub (Apr 28, 2022). Original GitHub issue: https://github.com/Corsinvest/cv4pve-autosnap/issues/60 Hi, how can I escape special characters in the password, doubles and single quotes does not work. Please mind that it is purely purely a scripting problem. With another password, the program runs fine. example : cv4pve-autosnap --host=X.X.X.X --username=root@pam --password=**_This<Is<My<Password_** --vmid=253 snap --label=daily --keep=2 ### Expected behavior Fix the cv4pve script to accept special characters in the password variable.
kerem 2026-02-26 17:44:11 +03:00
Author
Owner

@benbelo commented on GitHub (Apr 28, 2022):

Nevermind, I found on the doc how to store the password into a file.
This solved my problem.

<!-- gh-comment-id:1111913884 --> @benbelo commented on GitHub (Apr 28, 2022): Nevermind, I found on the doc how to store the password into a file. This solved my problem.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cv4pve-autosnap#56
No description provided.