The code in development and testing environments will not allow the user to have the @ or # in their password. That is the correct behavior. But in production it does allow the user to have @ or # i ...
We have a custom client that our users use to change their password. In our code we just validate that the password inputted is not null and not spaces. Then we call the setPassword in the Request Con ...