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
- 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.