Reject characters in user's password creation

I want to limit the special characters available for use when a user is creating a password.
E.g. Not allow $ and * in a password.

Is this possible using Corvid?

Any help is appreciated.
Thank you

Not on the original password that the any potential new site member uses to add their password in the user input when using the Wix signup or your own custom lightbox.

You can however, do it on other user inputs that you create yourself.
https://support.wix.com/en/article/working-with-user-input-validation-in-the-settings-panel
https://www.wix.com/corvid/example/custom-validations
https://support.wix.com/en/article/corvid-about-validating-user-input-with-code

https://www.wix.com/corvid/reference/$w.ValidatableMixin.html
https://www.wix.com/corvid/reference/$w.TextInput.html