Open mnelson4 opened 2 years ago
They overrode the admin login page, you can customize it by editing it in https://github.com/AngellusMortis/django_microsoft_auth/blob/master/microsoft_auth/templates/microsoft/admin_login.html or by overriding it again and customizing it to suit your needs
If I remove
'django.contrib.auth.backends.ModelBackend'
fromAUTHENTICATION_BACKENDS
in my settings file (because I consider Microsoft auth more secure than default passwords), I'd like the "Password" button to be hidden. See screenshot:Is there a reason not to do that? (If Microsoft auth stops working for some reason, I'll re-enable the default Django authentication)