We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use method setValues() with parameter $erase = true, this method erases Csrf protection token and Csrf protection fails.
The text was updated successfully, but these errors were encountered:
Yes, I was kinda surprised too. I understand that it "should" empty all form controls, but Im not sure if rendering csrf useless is good behaviour.
Sorry, something went wrong.
Erasing CsrtProtection control value is ignored [Closes nette#39]
48a5301
46875ea
CsrfProtection: ignores setValue(), is not erased by Form::setValues() [
914ab59
Closes #39][Closes #40]
7153770
Closes nette/forms#39][Closes nette/forms#40]
No branches or pull requests
When I use method setValues() with parameter $erase = true, this method erases Csrf protection token and Csrf protection fails.
The text was updated successfully, but these errors were encountered: