Piwigo / Piwigo-Mobile

Piwigo iOS Mobile Application
MIT License
100 stars 29 forks source link

[BUG] passwords containing '&' characters are rejected #498

Closed EddyLB closed 2 years ago

EddyLB commented 2 years ago

When using passwords containing special characters like '&' are rejected. The password added to the HTTP body request is not percent encoded properly.

aminecmi commented 2 years ago

I’m having issues when logging-in. My password contains multiple « & ».

whould this be the issue ?

EddyLB commented 2 years ago

I believe so and we are preparing a fix. We are sorry for the troubles.

aminecmi commented 2 years ago

Just tested.

working with password without « & »

Thanks !