Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

ID in Fieldset (optional) and human understandable CSRF message

Compare
Choose a tag to compare
@rkeet rkeet released this 20 Jan 20:25
· 2 commits to master since this release
  • Updated Fieldset and FieldsetInputFilter abstract classes to contain ID property (id) by default and validate for it. However, not required and will not fail if not used.
  • Overwriting default CSRF message "The form submitted did not originate from the expected site" with "The form expired or could otherwise not be validated. Please try again." which is both easier to understand and makes clear to the user to submit again (the server should have refreshed the token, if not, then you have an error server side)

Release only adds above functionality, does not backwards break anything.
Minor release due to not bugfixing.