# Cannot reset password - The CSRF token is invalid. Please try to resubmit the form.

**URL:** https://forum.mautic.org/t/cannot-reset-password-the-csrf-token-is-invalid-please-try-to-resubmit-the-form/9073
**Category:** Product Support
**Created:** [July 27, 2017, 12:58am UTC](https://forum.mautic.org/t/cannot-reset-password-the-csrf-token-is-invalid-please-try-to-resubmit-the-form/9073 "2017-07-27T00:58:54Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![acremonezi](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/acremonezi/32/1681_2.png) [@acremonezi](https://forum.mautic.org/u/acremonezi)
#### Post date: [April 29, 2020, 6:03pm UTC](https://forum.mautic.org/t/cannot-reset-password-the-csrf-token-is-invalid-please-try-to-resubmit-the-form/9073/4 "2020-04-29T18:03:38Z")

</div>

Hello!  
Please have a look at your files and folders permissions.  
I have this exactly problem in the past and I solve runing the following command at the webserver directory:

```auto
chown XXXXXX:XXXXXX . -R
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

```

PS: Please change the XXXXXX acording to your setup.  
Best regards,

---

_[View the full topic](https://forum.mautic.org/t/cannot-reset-password-the-csrf-token-is-invalid-please-try-to-resubmit-the-form/9073)._
