Skip to content

Commit 0518b00

Browse files
committed
fix csrf on update account
1 parent c8f8c08 commit 0518b00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/web/account/access.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@
7474
<div class="form-actions">
7575
<input type="submit" class="btn btn-info" value="{{ "boutton::valider" | trans }}">
7676
</div>
77+
<input type="hidden" name="userAccount_token" value="{{ app['session'].get('userAccount_token') }}">
7778
</form>
7879
{% endblock %}

0 commit comments

Comments
 (0)