TreyWW / MyFinances

MyFinances is a web application that can help you as an individual, or team, manage your finances!
https://docs.myfinances.cloud
GNU Affero General Public License v3.0
85 stars 121 forks source link

bug: Csrf token missing when changin account name #411

Closed Domejko closed 3 weeks ago

Domejko commented 3 weeks ago

What version of MyFinances are you currently using?

v0.4.5

What device type are you currently facing the issue on?

Desktop

Describe the bug

After creating new user when you log in and go straight away to Account Settings and try to change/setup Account Name you get this error:

Forbidden (CSRF token missing.): /api/settings/change_name/
[WARNING] Forbidden (CSRF token missing.): /api/settings/change_name/
[12/Jun/2024 12:24:08] "POST /api/settings/change_name/ HTTP/1.1" 403 11877

which runs in a loop until you do some different action.