Skip to content

Commit

Permalink
close #1665: replace dot with square dot
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Sep 27, 2024
1 parent 3a842fb commit db55183
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/ianalyzer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
CSRF_TRUSTED_ORIGINS = ['http://localhost:8000']


# ACCOUNT_ADAPTER = 'users.adapters.CustomAccountAdapter'
ACCOUNT_USER_DISPLAY = lambda user: user.username.replace(".", "\u2024")

SITE_NAME = 'IANALYZER'
HOST = 'localhost:8000'
Expand Down

0 comments on commit db55183

Please sign in to comment.