Skip to content

Commit

Permalink
[chores] Added allauth.account.middleware.AccountMiddleware
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Capoano <[email protected]>
  • Loading branch information
pandafy and nemesifier authored Aug 23, 2024
1 parent 7a7e514 commit eed3437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/openwisp2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
'sesame.middleware.AuthenticationMiddleware',
{% endif %}
'django.contrib.messages.middleware.MessageMiddleware',
'allauth.account.middleware.AccountMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
{% if openwisp2_users_user_password_expiration or openwisp2_users_staff_user_password_expiration %}
'openwisp_users.middleware.PasswordExpirationMiddleware',
Expand Down

0 comments on commit eed3437

Please sign in to comment.