Okan0
Results
2
comments of
Okan0
Currently, I am migrating from a custom implementation to Allauth. During this process, I discovered that email-based two-factor authentication (2FA) is not possible. Therefore, I would also like to see...
The problem is reproducable if the opentelemetry Logger is used as the root logger in Django: ``` LOGGING = { "version": 1, "disable_existing_loggers": False, "formatters": { "verbose": { "format": (...