OpenBazaar / openbazaar-desktop

OpenBazaar 2.0 Desktop Client (talks to openbazaar-go server daemon)
MIT License
647 stars 186 forks source link

Special chars in Password #1875

Open ghost opened 4 years ago

ghost commented 4 years ago

The password that contains < and > characters truncated by client login page and would be the reason of websoket connection error.

Please fix it.

hoffmabc commented 4 years ago

Which login page? Do you have a screenshot?

ghost commented 4 years ago

Excuse me, I meant remote connection page https://imgur.com/a/hqhKgXq

By using <> chars in password, you will see that password cropped in the password field using developer tools window. Anyway login fails with ws connection error in console mode.

Command line API works fine with base64 encoding but OB client throw an error.