More often than not, these sort of things are thrown up because the back end system the form is writing to only accepts certain characters, that said, it's not a massive ask to change these characters to something less problematic on submission.
it's not a massive ask to change these characters to something less problematic on submission
What, automatically, and thus store a different password from what the user supplied?
I was thinking for a moment that you were saying the user should just retype without those 'problematic' characters...
@chez_jay started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
More often than not, these sort of things are thrown up because the back end system the form is writing to only accepts certain characters, that said, it's not a massive ask to change these characters to something less problematic on submission.