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
{{ message }}
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
If I remove 'django.contrib.auth.backends.ModelBackend' from AUTHENTICATION_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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: