Open igorsimb opened 6 months ago
They are not necessary and just spam the messages for the user.
Create 2 empty files:
accounts/templates/account/messages/logged_in.txt
accounts/templates/account/messages/email_confirmation_sent.txt
For reference, these are all the messages in django-allauth: https://github.com/pennersr/django-allauth/tree/main/allauth/templates/account/messages
django-allauth
I think we did it already. Need to check.
They are not necessary and just spam the messages for the user.
How to
Create 2 empty files:
accounts/templates/account/messages/logged_in.txt
accounts/templates/account/messages/email_confirmation_sent.txt
For reference, these are all the messages in
django-allauth
: https://github.com/pennersr/django-allauth/tree/main/allauth/templates/account/messages