misc: remove A2_USERNAME_LABEL value in authentic settings (#80222)
gitea/publik-devinst/pipeline/head This commit looks good Details

This commit is contained in:
Valentin Deniaud 2023-08-02 17:50:35 +02:00
parent acafa22455
commit 6a298e8830
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@ TENANT_SETTINGS_LOADERS = ('hobo.multitenant.settings_loaders.Authentic',) + TEN
# Add authentic2 hobo agent
INSTALLED_APPS = ('hobo.agent.authentic2',) + INSTALLED_APPS
# Default login's form username label
A2_USERNAME_LABEL = _('Email')
# Rest Authentication Class for services access
REST_FRAMEWORK['DEFAULT_AUTHENTICATION_CLASSES'] += (
'authentic2.authentication.Authentic2Authentication',