You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but in an "vanilla" settings file is no AUTHENTICATION_BACKENDS so the ... need to be replace with the default value (see https://docs.djangoproject.com/en/3.1/ref/settings/#auth): 'django.contrib.auth.backends.ModelBackend',, so that it looks like this
but in an "vanilla" settings file is no AUTHENTICATION_BACKENDS so the ... need to be replace with the default value (see https://docs.djangoproject.com/en/3.1/ref/settings/#auth): 'django.contrib.auth.backends.ModelBackend',, so that it looks like this
but in an "vanilla" settings file is no AUTHENTICATION_BACKENDS so the ... need to be replace with the default value (see https://docs.djangoproject.com/en/3.1/ref/settings/#auth): 'django.contrib.auth.backends.ModelBackend',, so that it looks like this
Under https://django-keycloak.readthedocs.io/en/latest/index.html#setup is the point
but in an "vanilla" settings file is no
AUTHENTICATION_BACKENDS
so the...
need to be replace with the default value (see https://docs.djangoproject.com/en/3.1/ref/settings/#auth):'django.contrib.auth.backends.ModelBackend',
, so that it looks like thiselse the django superuser can not login to the django admin. I banged my head for 2 hours against that, so I leave a clue here for others ...
The text was updated successfully, but these errors were encountered: