Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

passwords with special characters (dollar sign and space) #3150

Open
JoeyChen-NTUT opened this issue May 1, 2024 · 3 comments
Open

passwords with special characters (dollar sign and space) #3150

JoeyChen-NTUT opened this issue May 1, 2024 · 3 comments

Comments

@JoeyChen-NTUT
Copy link

JoeyChen-NTUT commented May 1, 2024

I just read follow issue

#964

but in my case my password such like
$P@$$w0rd 123

I just rewrite config to
\$P@\$\$w0rd\ 123

but still got authentication failed

how to correct it thanks

@marmack95
Copy link

I don't have problems with '$'.
Try to espace only space.

As space is a separator, try to replace space with encoded character '\x00'.

@JoeyChen-NTUT
Copy link
Author

I just remove space in my password but still not work with dollar sign

@marmack95
Copy link

Enable debug and check it.
It could be a problem of prompt, for example (#3128)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants