Quote Originally Posted by lat9 View Post
@linuxguy2, could you give me an example of the characters you're wanting to weed-out?
Hi Lat,
Exclude
!@$%^&*()+?><>:"{}|[]\;/=_

Basically I only want to allow alpha, Numeric , the # (hashtag) - (dash) and the ' (apostrophe).

Of course I need the @ sign in the email address.
The Password will need to accept some typical special characters but I can adjust those later.

Thanks, for your prompt response.