Now, I can prevent hacking attempts by using regular expression to filter out dangerous characters. However, it's not right for me to prevent users from using symbols for their passwords. So what should I do? Do the following?
Code:
quotemeta $password;