notandy / ympd

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
http://www.ympd.org
GNU General Public License v2.0
523 stars 144 forks source link

Passwords with whitespaces #42

Open kammala opened 10 years ago

kammala commented 10 years ago

I can't use passwords with spaces in web-gui: it is rejected as incorrect password. It is possible to run mpd as ympd -h "<password with spaces>@localhost" but as a result my password appears in settings as a part of MPD Host/IP.

If I use only digits, letters(in both upper and lower cases) and punctuation symbols(dot,comma,exclamation mark) web-gui works well.