Polaris 0.12.3, from the linked docker-polaris repo
Tested on MacOS/Windows/Android with latest Firefox/Chrome
When logging into polaris-web, some special characters are getting urlencoded in passwords and breaking auth for any account using them.
bl$ah -> "password": "bl%24h"bl%ah -> "password": "bl%25h"bl!ah -> "password": "bl!ah"
Hitting the api directly works as expected, so those characters are properly making it into the db during initial setup.
Polaris 0.12.3, from the linked docker-polaris repo Tested on MacOS/Windows/Android with latest Firefox/Chrome
When logging into polaris-web, some special characters are getting urlencoded in passwords and breaking auth for any account using them.
bl$ah
->"password": "bl%24h"
bl%ah
->"password": "bl%25h"
bl!ah
->"password": "bl!ah"
Hitting the api directly works as expected, so those characters are properly making it into the db during initial setup.