CSRF Errors
  • 1 Minute to read
  • PDF

CSRF Errors

  • PDF

Article Summary

Cross-Site Request Forgery (CSRF) is a type of malicious exploit of a website or web application where unauthorized commands are submitted from a user that the web application trusts. To prevent this attack, all our forms contain a hidden CSRF token to validate that the request is legitimate.

For security reasons, CSRF tokens are rotated each time a user logs in. Any page with a form generated before a login will have an old, invalid CSRF token and need to be reloaded. This might happen if a user uses the back button after a login or if they log in through a different browser tab. Users may receive a CSRF error when this occurs. To resolve this issue, clear your browser cache and reload the page. Then re-enter the information and submit the form again.

This can be a complicated issue, so please reach out to support@narmi.com if you have additional questions or the error continues.


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.