OpenConext / Stepup-SelfService

Stepup Self-service interface
Apache License 2.0
2 stars 5 forks source link

Remove unnecessary enctype from form #299

Closed tvdijen closed 11 months ago

tvdijen commented 11 months ago

OWASP core ruleset will complain about this, because the use of text/plain in conjunction with method=post is effectively useless (form values will never become available in the $_POST global).

The form functions just fine without it.