Пожалуйста, обратите внимание, что пользователь заблокирован
csrf_token is used for security purposes specially it's made to prevent any unauthorized requests / commands so let's say you are normal user it prevent you from crafting command to the web server , let's say you have csrf_token for admin , you can craft request to create new admin account or delete or edit things on the web server this is just basic example i recommend you to read about it on owasp so you understand how the new csrf_token actually works