Do not sanitize password fields

XMLWordPrintable

      # the password
      php > $geeks="pass<h1>word";
      php > $newgeeks = filter_var($geeks, FILTER_SANITIZE_SPECIAL_CHARS);
      # after sanitizing it became
      php > echo $newgeeks;
      pass&#60;h1&#62;word
      

            Assignee:
            Ioannis Eythymios Igoumenos
            Reporter:
            Ioannis Eythymios Igoumenos
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: