Hi, I've finaly found my way by :
- Disabling the debug mode
- Creating a new user in the back office (Advanced parameters -> Team )
- Go to the order tab, use a random filter
- Inspect the reset button (with the Chrome Devtools for example )
- Get the data-url of the element
- Go back to your stucked account
- With chrome devtools, edit the body of your page
Add this :
<form action="[THE_URL]" method="POST"> <button type="submit">Repare</button> </form>
Click the repare button and it might work again
PS : if it doesn't work, just get the token from your current url and modifiy the token of the action url