Disable special characters in passwords
-
Hello,
I have a site where users can register and then I use the credentials to log them in from a third-party app via REST API. Unfortunately, the same password that works on the front end, if it contains special characters like * or @, doesn’t work in the backend via the REST API.
My question is, how can I disallow the usage of special characters in passwords?
I saw the option of the “registration_errors” filter, but it seems to only be usable on usernames, and not passwords?
Any help is appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Disable special characters in passwords’ is closed to new replies.